diff options
author | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2008-08-09 09:43:25 +0200 |
---|---|---|
committer | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2010-10-31 11:23:31 +0100 |
commit | 0ddf38df1877158fff2d374f5791f8c6db64e98b (patch) | |
tree | 7c341ee339a5f790d0cbdd1ce9beef3dbf7a9a33 | |
parent | 65cd34c5d735f968b03c6e618db4e177ed80f1ac (diff) |
Bump version string2008.08.09
-rwxr-xr-x | youtube-dl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube-dl b/youtube-dl index 7690898b2..ba534e10b 100755 --- a/youtube-dl +++ b/youtube-dl @@ -836,7 +836,7 @@ if __name__ == '__main__': # Parse command line parser = optparse.OptionParser( usage='Usage: %prog [options] url...', - version='2008.07.26', + version='2008.08.09', conflict_handler='resolve', ) parser.add_option('-h', '--help', |