projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c8beb4
)
Set INTERNAL version number
author
Ricardo Garcia
<sarbalap+freshmeat@gmail.com>
Sat, 8 Aug 2009 12:59:14 +0000
(14:59 +0200)
committer
Ricardo Garcia
<sarbalap+freshmeat@gmail.com>
Sun, 31 Oct 2010 10:24:48 +0000
(11:24 +0100)
youtube-dl
patch
|
blob
|
history
diff --git
a/youtube-dl
b/youtube-dl
index 99d07eeec0e576e245ed2a9f99f877b33757f733..882b10391f1a21f58748326e2726cf6c13381a10 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.08.08
',
+ version='
INTERNAL
',
conflict_handler='resolve',
)