summary refs log tree commit diff
diff options
context:
space:
mode:
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>2009-09-13 10:49:25 +0200
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>2010-10-31 11:24:56 +0100
commit0833f1eb839a6677ec2e850c763b84164df30433 (patch)
treeb2c0ce28d25f0c87c9a61ae61914f1815bf1e890
parentad0525b3e675f03f92c8ba7d1b15554be6884d54 (diff)
downloadyoutube-dl-0833f1eb839a6677ec2e850c763b84164df30433.tar.gz
youtube-dl-0833f1eb839a6677ec2e850c763b84164df30433.tar.xz
youtube-dl-0833f1eb839a6677ec2e850c763b84164df30433.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 5afff4e61..b1f271793 100755
--- a/youtube-dl
+++ b/youtube-dl
@@ -1097,7 +1097,7 @@ if __name__ == '__main__':
 		# Parse command line
 		parser = optparse.OptionParser(
 			usage='Usage: %prog [options] url...',
-			version='2009.09.13',
+			version='INTERNAL',
 			conflict_handler='resolve',
 		)