diff options
author | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2009-05-11 20:12:18 +0200 |
---|---|---|
committer | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2010-10-31 11:24:12 +0100 |
commit | 43f35682e9cf509459097e6fdebe2f10c95094f1 (patch) | |
tree | 8ffcbbaeb0420139070cc1fdfac49497b3c9ed95 | |
parent | ad274509aa1eba53d41f15e5226b81419991af64 (diff) |
Put version number in place2009.05.11
-rwxr-xr-x | youtube-dl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube-dl b/youtube-dl index db9510f7b..08afab4f8 100755 --- a/youtube-dl +++ b/youtube-dl @@ -996,7 +996,7 @@ if __name__ == '__main__': # Parse command line parser = optparse.OptionParser( usage='Usage: %prog [options] url...', - version='INTERNAL', + version='2009.05.11', conflict_handler='resolve', ) |