diff options
author | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2009-03-28 10:27:40 +0100 |
---|---|---|
committer | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2010-10-31 11:23:58 +0100 |
commit | c6b311c5248ec53bfa9267f274ed690783cbc3f1 (patch) | |
tree | a1d0411a4b1acdf09800e5efb9da78c7116d99a3 | |
parent | 79e75f66c88ee1de6018e518bcc1a33cd279f697 (diff) |
Set version number for release2009.03.28
-rwxr-xr-x | youtube-dl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube-dl b/youtube-dl index bf6973480..7c01f4fdb 100755 --- a/youtube-dl +++ b/youtube-dl @@ -935,7 +935,7 @@ if __name__ == '__main__': # Parse command line parser = optparse.OptionParser( usage='Usage: %prog [options] url...', - version='INTERNAL', + version='2009.03.28', conflict_handler='resolve', ) parser.add_option('-h', '--help', |