diff options
author | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2009-05-30 10:51:14 +0200 |
---|---|---|
committer | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2010-10-31 11:24:36 +0100 |
commit | ff21a710aeadd3d6192f5d94834b990f3c1b7b2a (patch) | |
tree | 98a461d5e2ef35e5b898d7da4b0e6cfd865fc027 | |
parent | 73747955523e1a7208f9f037254a716206ae7531 (diff) |
Restore INTERNAL version number
-rwxr-xr-x | youtube-dl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube-dl b/youtube-dl index c83a0a119..6730898ac 100755 --- 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', ) |