From: Ricardo Garcia Date: Mon, 11 May 2009 18:13:44 +0000 (+0200) Subject: Restore INTERNAL version number X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=0e543200095a6505ebedfb63be4317bba2c3506a;p=youtube-dl Restore INTERNAL version number --- diff --git a/youtube-dl b/youtube-dl index 08afab4f8..db9510f7b 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='2009.05.11', + version='INTERNAL', conflict_handler='resolve', )