diff options
author | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2009-05-23 00:22:50 +0200 |
---|---|---|
committer | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2010-10-31 11:24:32 +0100 |
commit | 781daeabdb6ffa2b63bf8f7dec715ac8835c558b (patch) | |
tree | 932747d1a0a553fe183e59b922354133eddc1251 | |
parent | 705804f5d113e0e326f9b426b99ac8996aef9990 (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 4831c11bf..f6e472445 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='2009.05.23', + version='INTERNAL', conflict_handler='resolve', ) |