summary refs log tree commit diff
diff options
context:
space:
mode:
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>2009-08-08 14:59:14 +0200
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>2010-10-31 11:24:48 +0100
commite5b160488246af215f49039ff580b712d75282e8 (patch)
tree663c1b980ea7a612c2f8a11b177bb293d27865c9
parent0c8beb43f22c20cf0c217cf37c410fb76270bba3 (diff)
downloadyoutube-dl-e5b160488246af215f49039ff580b712d75282e8.tar.gz
youtube-dl-e5b160488246af215f49039ff580b712d75282e8.tar.xz
youtube-dl-e5b160488246af215f49039ff580b712d75282e8.zip
Set INTERNAL version number
-rwxr-xr-xyoutube-dl2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube-dl b/youtube-dl
index 99d07eeec..882b10391 100755
--- a/youtube-dl
+++ b/youtube-dl
@@ -1084,7 +1084,7 @@ if __name__ == '__main__':
 		# Parse command line
 		parser = optparse.OptionParser(
 			usage='Usage: %prog [options] url...',
-			version='2009.08.08',
+			version='INTERNAL',
 			conflict_handler='resolve',
 		)