projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b74c859
)
Set version number
author
Ricardo Garcia
<sarbalap+freshmeat@gmail.com>
Wed, 13 May 2009 20:09:20 +0000
(22:09 +0200)
committer
Ricardo Garcia
<sarbalap+freshmeat@gmail.com>
Sun, 31 Oct 2010 10:24:16 +0000
(11:24 +0100)
youtube-dl
patch
|
blob
|
history
diff --git
a/youtube-dl
b/youtube-dl
index b2dc7952d9c3a0a1c7ed41bde7be98d3e887f3a2..bb982e22a62d3379f0d7ba0049d594a7a56687ec 100755
(executable)
--- a/
youtube-dl
+++ b/
youtube-dl
@@
-996,7
+996,7
@@
if __name__ == '__main__':
# Parse command line
parser = optparse.OptionParser(
usage='Usage: %prog [options] url...',
- version='
INTERNAL
',
+ version='
2009.05.13
',
conflict_handler='resolve',
)