diff options
author | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2009-08-08 14:59:14 +0200 |
---|---|---|
committer | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2010-10-31 11:24:48 +0100 |
commit | e5b160488246af215f49039ff580b712d75282e8 (patch) | |
tree | 663c1b980ea7a612c2f8a11b177bb293d27865c9 | |
parent | 0c8beb43f22c20cf0c217cf37c410fb76270bba3 (diff) |
Set 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 99d07eeec..882b10391 100755 --- a/youtube-dl +++ b/youtube-dl @@ -1084,7 +1084,7 @@ if __name__ == '__main__': # Parse command line parser = optparse.OptionParser( usage='Usage: %prog [options] url...', - version='2009.08.08', + version='INTERNAL', conflict_handler='resolve', ) |