diff options
author | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2009-03-03 21:44:00 +0100 |
---|---|---|
committer | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2010-10-31 11:23:52 +0100 |
commit | 7ab2043c9c740e12abf02d065e282f28516939c0 (patch) | |
tree | 865c67019b18d37846d7be789209bf3cff3e300a | |
parent | 3e703dd1cd67100cbf7de001377ecacf20298cfa (diff) |
Bump version number2009.03.03
-rwxr-xr-x | youtube-dl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube-dl b/youtube-dl index 4ddf62274..192f9b21f 100755 --- a/youtube-dl +++ b/youtube-dl @@ -941,7 +941,7 @@ if __name__ == '__main__': # Parse command line parser = optparse.OptionParser( usage='Usage: %prog [options] url...', - version='2009.02.07', + version='2009.03.03', conflict_handler='resolve', ) parser.add_option('-h', '--help', |