projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5745bfd
)
Restore INTERNAL version number
author
Ricardo Garcia
<sarbalap+freshmeat@gmail.com>
Mon, 25 May 2009 19:06:28 +0000
(21:06 +0200)
committer
Ricardo Garcia
<sarbalap+freshmeat@gmail.com>
Sun, 31 Oct 2010 10:24:36 +0000
(11:24 +0100)
youtube-dl
patch
|
blob
|
history
diff --git
a/youtube-dl
b/youtube-dl
index b2920c5a6f2906ea390242dc33db9102ba22957b..5ead5e4c90d4032d12b9325ede35358dc609e6df 100755
(executable)
--- a/
youtube-dl
+++ b/
youtube-dl
@@
-1029,7
+1029,7
@@
if __name__ == '__main__':
# Parse command line
parser = optparse.OptionParser(
usage='Usage: %prog [options] url...',
- version='
2009.05.25
',
+ version='
INTERNAL
',
conflict_handler='resolve',
)