summary refs log tree commit diff
diff options
context:
space:
mode:
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>2009-05-11 20:12:18 +0200
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>2010-10-31 11:24:12 +0100
commit43f35682e9cf509459097e6fdebe2f10c95094f1 (patch)
tree8ffcbbaeb0420139070cc1fdfac49497b3c9ed95
parentad274509aa1eba53d41f15e5226b81419991af64 (diff)
downloadyoutube-dl-2009.05.11.tar.gz
youtube-dl-2009.05.11.tar.xz
youtube-dl-2009.05.11.zip
Put version number in place 2009.05.11
-rwxr-xr-xyoutube-dl2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube-dl b/youtube-dl
index db9510f7b..08afab4f8 100755
--- a/youtube-dl
+++ b/youtube-dl
@@ -996,7 +996,7 @@ if __name__ == '__main__':
 		# Parse command line
 		parser = optparse.OptionParser(
 			usage='Usage: %prog [options] url...',
-			version='INTERNAL',
+			version='2009.05.11',
 			conflict_handler='resolve',
 		)