diff options
author | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2009-09-08 09:54:51 +0200 |
---|---|---|
committer | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2010-10-31 11:24:52 +0100 |
commit | 2a04438c7c6de2dc9ef2a0bbaaa8ebc1dc654f44 (patch) | |
tree | 92ef03e258055a9494d0de2832ee3477aef23919 | |
parent | dd24ff44ab34026dddfeef59ab03b6ec88cdf371 (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 8c42dfd06..becf1d25d 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.09.08', + version='INTERNAL', conflict_handler='resolve', ) |