From: Ricardo Garcia Date: Tue, 8 Sep 2009 07:54:51 +0000 (+0200) Subject: Restore INTERNAL version number X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=commitdiff_plain;h=2a04438c7c6de2dc9ef2a0bbaaa8ebc1dc654f44;p=youtube-dl.git Restore INTERNAL version number --- diff --git a/youtube-dl b/youtube-dl index 8c42dfd06..becf1d25d 100755 --- a/youtube-dl +++ b/youtube-dl @@ -1084,7 +1084,7 @@ if __name__ == '__main__': # Parse command line parser = optparse.OptionParser( usage='Usage: %prog [options] url...', - version='2009.09.08', + version='INTERNAL', conflict_handler='resolve', )