summary refs log tree commit diff
diff options
context:
space:
mode:
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>2009-09-08 09:54:51 +0200
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>2010-10-31 11:24:52 +0100
commit2a04438c7c6de2dc9ef2a0bbaaa8ebc1dc654f44 (patch)
tree92ef03e258055a9494d0de2832ee3477aef23919
parentdd24ff44ab34026dddfeef59ab03b6ec88cdf371 (diff)
downloadyoutube-dl-2a04438c7c6de2dc9ef2a0bbaaa8ebc1dc654f44.tar.gz
youtube-dl-2a04438c7c6de2dc9ef2a0bbaaa8ebc1dc654f44.tar.xz
youtube-dl-2a04438c7c6de2dc9ef2a0bbaaa8ebc1dc654f44.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 8c42dfd06..becf1d25d 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.09.08',
+			version='INTERNAL',
 			conflict_handler='resolve',
 		)