diff options
author | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2010-04-04 13:11:20 +0200 |
---|---|---|
committer | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2010-10-31 11:26:57 +0100 |
commit | 554bbdc48cd59180af6eb767152a798d6e19ce5c (patch) | |
tree | 306387a786f3dccd235a95f1d18269c6bbe8a4ae /youtube-dl | |
parent | 37dfa1e0df8a5be73cff508590be89b7285c65c3 (diff) | |
download | hypervideo-pre-554bbdc48cd59180af6eb767152a798d6e19ce5c.tar.lz hypervideo-pre-554bbdc48cd59180af6eb767152a798d6e19ce5c.tar.xz hypervideo-pre-554bbdc48cd59180af6eb767152a798d6e19ce5c.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 6fb2066e4..43566b615 100755 --- a/youtube-dl +++ b/youtube-dl @@ -1686,7 +1686,7 @@ if __name__ == '__main__': # Parse command line parser = optparse.OptionParser( usage='Usage: %prog [options] url...', - version='2010.04.03', + version='2010.04.04', conflict_handler='resolve', ) |