diff options
author | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2009-05-25 21:06:28 +0200 |
---|---|---|
committer | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2010-10-31 11:24:36 +0100 |
commit | eb5d184157af39ff65b6103ccea73749cb2e24c1 (patch) | |
tree | ad217f80862e810eba9d75d8aa54417066b41391 | |
parent | 5745bfdcdccf053300eab4aca8c9959c01fc3b43 (diff) |
Restore INTERNAL version number
-rwxr-xr-x | youtube-dl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube-dl b/youtube-dl index b2920c5a6..5ead5e4c9 100755 --- a/youtube-dl +++ b/youtube-dl @@ -1029,7 +1029,7 @@ if __name__ == '__main__': # Parse command line parser = optparse.OptionParser( usage='Usage: %prog [options] url...', - version='2009.05.25', + version='INTERNAL', conflict_handler='resolve', ) |