projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
705804f
)
Restore "INTERNAL" version number
author
Ricardo Garcia
<sarbalap+freshmeat@gmail.com>
Fri, 22 May 2009 22:22:50 +0000
(
00:22
+0200)
committer
Ricardo Garcia
<sarbalap+freshmeat@gmail.com>
Sun, 31 Oct 2010 10:24:32 +0000
(11:24 +0100)
youtube-dl
patch
|
blob
|
history
diff --git
a/youtube-dl
b/youtube-dl
index 4831c11bff4e7f3da542f0ec0c9cc547017804be..f6e472445d8e0d9512805487a04afc88bcc68662 100755
(executable)
--- a/
youtube-dl
+++ b/
youtube-dl
@@
-1016,7
+1016,7
@@
if __name__ == '__main__':
# Parse command line
parser = optparse.OptionParser(
usage='Usage: %prog [options] url...',
- version='
2009.05.23
',
+ version='
INTERNAL
',
conflict_handler='resolve',
)