diff options
author | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2010-01-06 10:51:38 +0100 |
---|---|---|
committer | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2010-10-31 11:25:05 +0100 |
commit | f1b4bee09d9fbaf5d25c4307f285b7ab4a00461a (patch) | |
tree | 3147923737f00acc5c032dea7fe57ad72b034e91 /youtube-dl | |
parent | a04e80a481cf21b4d9ff02d7fee615ef2af83941 (diff) | |
download | hypervideo-pre-f1b4bee09d9fbaf5d25c4307f285b7ab4a00461a.tar.lz hypervideo-pre-f1b4bee09d9fbaf5d25c4307f285b7ab4a00461a.tar.xz hypervideo-pre-f1b4bee09d9fbaf5d25c4307f285b7ab4a00461a.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 bdc33b57f..640ed4bdc 100755 --- a/youtube-dl +++ b/youtube-dl @@ -1217,7 +1217,7 @@ if __name__ == '__main__': # Parse command line parser = optparse.OptionParser( usage='Usage: %prog [options] url...', - version='2010.01.05', + version='2010.01.06', conflict_handler='resolve', ) |