From eb5d184157af39ff65b6103ccea73749cb2e24c1 Mon Sep 17 00:00:00 2001 From: Ricardo Garcia Date: Mon, 25 May 2009 21:06:28 +0200 Subject: [PATCH] Restore INTERNAL version number --- youtube-dl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube-dl b/youtube-dl index b2920c5a6..5ead5e4c9 100755 --- a/youtube-dl +++ b/youtube-dl @@ -1029,7 +1029,7 @@ if __name__ == '__main__': # Parse command line parser = optparse.OptionParser( usage='Usage: %prog [options] url...', - version='2009.05.25', + version='INTERNAL', conflict_handler='resolve', )