diff options
author | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2009-05-23 00:19:17 +0200 |
---|---|---|
committer | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2010-10-31 11:24:19 +0100 |
commit | 1d50e3d153af01ca6dd825c6e1c94df93bc3bcbe (patch) | |
tree | ed9dd45762990ae02afd55b982d6a949e6ba0583 | |
parent | d69a1c9189311997ef7c311296e71b4c8fbdab41 (diff) |
Bump version number
-rwxr-xr-x | youtube-dl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube-dl b/youtube-dl index f6e472445..4831c11bf 100755 --- a/youtube-dl +++ b/youtube-dl @@ -1016,7 +1016,7 @@ if __name__ == '__main__': # Parse command line parser = optparse.OptionParser( usage='Usage: %prog [options] url...', - version='INTERNAL', + version='2009.05.23', conflict_handler='resolve', ) |