about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>2009-05-30 10:51:14 +0200
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>2010-10-31 11:24:36 +0100
commitff21a710aeadd3d6192f5d94834b990f3c1b7b2a (patch)
tree98a461d5e2ef35e5b898d7da4b0e6cfd865fc027
parent73747955523e1a7208f9f037254a716206ae7531 (diff)
downloadyoutube-dl-ff21a710aeadd3d6192f5d94834b990f3c1b7b2a.tar.gz
youtube-dl-ff21a710aeadd3d6192f5d94834b990f3c1b7b2a.tar.xz
youtube-dl-ff21a710aeadd3d6192f5d94834b990f3c1b7b2a.zip
Restore INTERNAL version number
-rwxr-xr-xyoutube-dl2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube-dl b/youtube-dl
index c83a0a119..6730898ac 100755
--- a/youtube-dl
+++ b/youtube-dl
@@ -1066,7 +1066,7 @@ if __name__ == '__main__':
 		# Parse command line
 		parser = optparse.OptionParser(
 			usage='Usage: %prog [options] url...',
-			version='2009.05.30',
+			version='INTERNAL',
 			conflict_handler='resolve',
 		)