diff options
author | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2008-09-20 11:17:04 +0200 |
---|---|---|
committer | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2010-10-31 11:23:38 +0100 |
commit | d853063955454d27721cade9f75db4d8945dd78f (patch) | |
tree | 562e146944fd89f983366aac01ad361957bcd3cc | |
parent | 2546e7679f26147fce3ddb3fc49e869a03ec0a2e (diff) |
Bump version number2008.09.20
-rwxr-xr-x | youtube-dl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube-dl b/youtube-dl index ecc99b7c1..a19571c5b 100755 --- a/youtube-dl +++ b/youtube-dl @@ -837,7 +837,7 @@ if __name__ == '__main__': # Parse command line parser = optparse.OptionParser( usage='Usage: %prog [options] url...', - version='2008.08.09', + version='2008.09.20', conflict_handler='resolve', ) parser.add_option('-h', '--help', |