diff options
author | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2009-09-13 10:49:25 +0200 |
---|---|---|
committer | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2010-10-31 11:24:56 +0100 |
commit | 0833f1eb839a6677ec2e850c763b84164df30433 (patch) | |
tree | b2c0ce28d25f0c87c9a61ae61914f1815bf1e890 | |
parent | ad0525b3e675f03f92c8ba7d1b15554be6884d54 (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 5afff4e61..b1f271793 100755 --- a/youtube-dl +++ b/youtube-dl @@ -1097,7 +1097,7 @@ if __name__ == '__main__': # Parse command line parser = optparse.OptionParser( usage='Usage: %prog [options] url...', - version='2009.09.13', + version='INTERNAL', conflict_handler='resolve', ) |