projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
763826c
)
Restore internal version number indicator
author
Ricardo Garcia
<sarbalap+freshmeat@gmail.com>
Mon, 6 Apr 2009 15:16:40 +0000
(17:16 +0200)
committer
Ricardo Garcia
<sarbalap+freshmeat@gmail.com>
Sun, 31 Oct 2010 10:24:07 +0000
(11:24 +0100)
youtube-dl
patch
|
blob
|
history
diff --git
a/youtube-dl
b/youtube-dl
index 4f767cf3761b73a855280466a2e9e086af1e70dd..2cddafcf54bb9bb2478928d9675080394cc57e0d 100755
(executable)
--- a/
youtube-dl
+++ b/
youtube-dl
@@
-958,7
+958,7
@@
if __name__ == '__main__':
# Parse command line
parser = optparse.OptionParser(
usage='Usage: %prog [options] url...',
- version='
2009.04.06
',
+ version='
INTERNAL
',
conflict_handler='resolve',
)
parser.add_option('-h', '--help',