From 781daeabdb6ffa2b63bf8f7dec715ac8835c558b Mon Sep 17 00:00:00 2001 From: Ricardo Garcia Date: Sat, 23 May 2009 00:22:50 +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 4831c11bf..f6e472445 100755 --- a/youtube-dl +++ b/youtube-dl @@ -1016,7 +1016,7 @@ if __name__ == '__main__': # Parse command line parser = optparse.OptionParser( usage='Usage: %prog [options] url...', - version='2009.05.23', + version='INTERNAL', conflict_handler='resolve', )