diff options
author | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2008-11-01 15:56:46 +0100 |
---|---|---|
committer | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2010-10-31 11:23:41 +0100 |
commit | 240b737ebd2356f9d117ccd0c14349d4ec88e90e (patch) | |
tree | 2398d242d1c8d981fb8aa607f0881b0392ae33ee | |
parent | 27d98b6e25fa76c14ad813bb70e2f53d0fd36ef1 (diff) |
Bump version number2008.11.01
-rwxr-xr-x | youtube-dl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube-dl b/youtube-dl index e5cf43411..e3c324f1f 100755 --- a/youtube-dl +++ b/youtube-dl @@ -838,7 +838,7 @@ if __name__ == '__main__': # Parse command line parser = optparse.OptionParser( usage='Usage: %prog [options] url...', - version='2008.10.16', + version='2008.11.01', conflict_handler='resolve', ) parser.add_option('-h', '--help', |