From: Ricardo Garcia Date: Sun, 13 Sep 2009 08:49:25 +0000 (+0200) Subject: Restore INTERNAL version number X-Git-Tag: 2009.12.26~11 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=0833f1eb839a6677ec2e850c763b84164df30433;p=youtube-dl.git Restore INTERNAL version number --- diff --git a/youtube-dl b/youtube-dl index 5afff4e618..b1f2717936 100755 --- a/youtube-dl +++ b/youtube-dl @@ -1097,7 +1097,7 @@ if __name__ == '__main__': # Parse command line parser = optparse.OptionParser( usage='Usage: %prog [options] url...', - version='2009.09.13', + version='INTERNAL', conflict_handler='resolve', )