From: Ricardo Garcia Date: Sat, 30 May 2009 08:51:14 +0000 (+0200) Subject: Restore INTERNAL version number X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=commitdiff_plain;h=ff21a710aeadd3d6192f5d94834b990f3c1b7b2a;hp=73747955523e1a7208f9f037254a716206ae7531;p=youtube-dl.git Restore INTERNAL version number --- diff --git a/youtube-dl b/youtube-dl index c83a0a119..6730898ac 100755 --- a/youtube-dl +++ b/youtube-dl @@ -1066,7 +1066,7 @@ if __name__ == '__main__': # Parse command line parser = optparse.OptionParser( usage='Usage: %prog [options] url...', - version='2009.05.30', + version='INTERNAL', conflict_handler='resolve', )