projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd24ff4
)
Restore INTERNAL version number
author
Ricardo Garcia
<sarbalap+freshmeat@gmail.com>
Tue, 8 Sep 2009 07:54:51 +0000
(09:54 +0200)
committer
Ricardo Garcia
<sarbalap+freshmeat@gmail.com>
Sun, 31 Oct 2010 10:24:52 +0000
(11:24 +0100)
youtube-dl
patch
|
blob
|
history
diff --git
a/youtube-dl
b/youtube-dl
index 8c42dfd06a4b123b905f4c502395a30de044a6ba..becf1d25de31ccbdbaaef76b517bb23490a9c001 100755
(executable)
--- a/
youtube-dl
+++ b/
youtube-dl
@@
-1084,7
+1084,7
@@
if __name__ == '__main__':
# Parse command line
parser = optparse.OptionParser(
usage='Usage: %prog [options] url...',
- version='
2009.09.08
',
+ version='
INTERNAL
',
conflict_handler='resolve',
)