diff options
author | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2008-07-25 23:43:45 +0200 |
---|---|---|
committer | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2010-10-31 11:23:31 +0100 |
commit | a7d06f400c36837923c3b0db5fbfc8d90d4a9fd7 (patch) | |
tree | 71d2bdf6a08f8e25ce87d85c63e67567a790ce7e | |
parent | b1a1f8ea8f40ed26b7071eda139e31493f6f7972 (diff) |
Increase version number
-rwxr-xr-x | youtube-dl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube-dl b/youtube-dl index 48f5d2bf1..b80d71f88 100755 --- a/youtube-dl +++ b/youtube-dl @@ -750,7 +750,7 @@ if __name__ == '__main__': # Parse command line parser = optparse.OptionParser( usage='Usage: %prog [options] url...', - version='2008.07.22', + version='2008.07.26', conflict_handler='resolve', ) parser.add_option('-h', '--help', |