diff options
author | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2009-02-07 12:29:00 +0100 |
---|---|---|
committer | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2010-10-31 11:23:48 +0100 |
commit | fd209848897f45e9df8931d14e937f0b0ed2a547 (patch) | |
tree | 0d13442210e362a80156f94f60b37e82ef1e0bbe | |
parent | 111ae3695c4c4c080a9cd15c60c6eea854bb711e (diff) |
Bump version number2009.02.07
-rwxr-xr-x | youtube-dl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube-dl b/youtube-dl index de6c7a1d1..a0cafeae9 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.01.31', + version='2009.02.07', conflict_handler='resolve', ) parser.add_option('-h', '--help', |