diff options
author | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2009-04-06 17:14:09 +0200 |
---|---|---|
committer | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2010-10-31 11:24:04 +0100 |
commit | 763826cf2cc4d4944bf3098528e013b49b089248 (patch) | |
tree | cee992691d335a1e72f912a4a4c2914306bd731d | |
parent | af6a92f4c954d8f0e6628076f751d6ac9935a6d6 (diff) |
Establish version number2009.04.06
-rwxr-xr-x | youtube-dl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube-dl b/youtube-dl index 2cddafcf5..4f767cf37 100755 --- a/youtube-dl +++ b/youtube-dl @@ -958,7 +958,7 @@ if __name__ == '__main__': # Parse command line parser = optparse.OptionParser( usage='Usage: %prog [options] url...', - version='INTERNAL', + version='2009.04.06', conflict_handler='resolve', ) parser.add_option('-h', '--help', |