diff options
author | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2008-10-16 23:34:04 +0200 |
---|---|---|
committer | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2010-10-31 11:23:38 +0100 |
commit | 9ca4851a00469aef46c68823050ad70d8f9c75a0 (patch) | |
tree | bcdb1a042ab3e5b2f6be71d3fc07f3405160f87f | |
parent | 1e9daf2a487646f55a95eaa119789cf28443fd69 (diff) |
Bump version number2008.10.16
-rwxr-xr-x | youtube-dl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube-dl b/youtube-dl index c58cb3cfd..d8e14f3ee 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.09.20', + version='2008.10.16', conflict_handler='resolve', ) parser.add_option('-h', '--help', |