projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7374795
)
Restore INTERNAL version number
author
Ricardo Garcia
<sarbalap+freshmeat@gmail.com>
Sat, 30 May 2009 08:51:14 +0000
(10:51 +0200)
committer
Ricardo Garcia
<sarbalap+freshmeat@gmail.com>
Sun, 31 Oct 2010 10:24:36 +0000
(11:24 +0100)
youtube-dl
patch
|
blob
|
history
diff --git
a/youtube-dl
b/youtube-dl
index c83a0a119cdd4880b753e0734f56363c2b169d6d..6730898ac757dc4d267944459dcb014d080a292a 100755
(executable)
--- a/
youtube-dl
+++ b/
youtube-dl
@@
-1066,7
+1066,7
@@
if __name__ == '__main__':
# Parse command line
parser = optparse.OptionParser(
usage='Usage: %prog [options] url...',
- version='
2009.05.30
',
+ version='
INTERNAL
',
conflict_handler='resolve',
)