diff options
author | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2009-08-08 14:57:56 +0200 |
---|---|---|
committer | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2010-10-31 11:24:44 +0100 |
commit | 0c8beb43f22c20cf0c217cf37c410fb76270bba3 (patch) | |
tree | d78b8d140fa58fd06e6512ef80bb1973165f780e /youtube-dl | |
parent | 71b7300e63780e9495cbb1030061f469a17a66f4 (diff) | |
download | hypervideo-pre-0c8beb43f22c20cf0c217cf37c410fb76270bba3.tar.lz hypervideo-pre-0c8beb43f22c20cf0c217cf37c410fb76270bba3.tar.xz hypervideo-pre-0c8beb43f22c20cf0c217cf37c410fb76270bba3.zip |
Bump version number
Diffstat (limited to 'youtube-dl')
-rwxr-xr-x | youtube-dl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube-dl b/youtube-dl index 65781f959..99d07eeec 100755 --- a/youtube-dl +++ b/youtube-dl @@ -1084,7 +1084,7 @@ if __name__ == '__main__': # Parse command line parser = optparse.OptionParser( usage='Usage: %prog [options] url...', - version='2009.06.29', + version='2009.08.08', conflict_handler='resolve', ) |