diff options
author | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2009-05-13 22:09:20 +0200 |
---|---|---|
committer | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2010-10-31 11:24:16 +0100 |
commit | 152edc0d4cbd4fa5b220e6dd3ed398a471c9bf82 (patch) | |
tree | deca1a1875c953b683ffa87ae0b6f91e61d50c70 | |
parent | b74c859d0ffe2250c7730f18f24e9515084e838a (diff) |
Set version number2009.05.13
-rwxr-xr-x | youtube-dl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube-dl b/youtube-dl index b2dc7952d..bb982e22a 100755 --- a/youtube-dl +++ b/youtube-dl @@ -996,7 +996,7 @@ if __name__ == '__main__': # Parse command line parser = optparse.OptionParser( usage='Usage: %prog [options] url...', - version='INTERNAL', + version='2009.05.13', conflict_handler='resolve', ) |