From e54930cf713e2e7b3117d94e1467f0acbfedf375 Mon Sep 17 00:00:00 2001
From: Ricardo Garcia <sarbalap+freshmeat@gmail.com>
Date: Sat, 28 Mar 2009 10:34:37 +0100
Subject: [PATCH] Switch to "INTERNAL" version again

---
 youtube-dl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube-dl b/youtube-dl
index 7c01f4fdb..bf6973480 100755
--- a/youtube-dl
+++ b/youtube-dl
@@ -935,7 +935,7 @@ if __name__ == '__main__':
 		# Parse command line
 		parser = optparse.OptionParser(
 				usage='Usage: %prog [options] url...',
-				version='2009.03.28',
+				version='INTERNAL',
 				conflict_handler='resolve',
 				)
 		parser.add_option('-h', '--help',