projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad27450
)
Put version number in place
author
Ricardo Garcia
<sarbalap+freshmeat@gmail.com>
Mon, 11 May 2009 18:12:18 +0000
(20:12 +0200)
committer
Ricardo Garcia
<sarbalap+freshmeat@gmail.com>
Sun, 31 Oct 2010 10:24:12 +0000
(11:24 +0100)
youtube-dl
patch
|
blob
|
history
diff --git
a/youtube-dl
b/youtube-dl
index db9510f7be78ab3ec7e18f57b1ea39dc74a3643e..08afab4f801e4d84c86e6285bada64a53c241d8e 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.11
',
conflict_handler='resolve',
)