about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>2009-03-28 10:27:40 +0100
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>2010-10-31 11:23:58 +0100
commitc6b311c5248ec53bfa9267f274ed690783cbc3f1 (patch)
treea1d0411a4b1acdf09800e5efb9da78c7116d99a3
parent79e75f66c88ee1de6018e518bcc1a33cd279f697 (diff)
downloadyoutube-dl-c6b311c5248ec53bfa9267f274ed690783cbc3f1.tar.gz
youtube-dl-c6b311c5248ec53bfa9267f274ed690783cbc3f1.tar.xz
youtube-dl-c6b311c5248ec53bfa9267f274ed690783cbc3f1.zip
Set version number for release 2009.03.28
-rwxr-xr-xyoutube-dl2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube-dl b/youtube-dl
index bf6973480..7c01f4fdb 100755
--- a/youtube-dl
+++ b/youtube-dl
@@ -935,7 +935,7 @@ if __name__ == '__main__':
 		# Parse command line
 		parser = optparse.OptionParser(
 				usage='Usage: %prog [options] url...',
-				version='INTERNAL',
+				version='2009.03.28',
 				conflict_handler='resolve',
 				)
 		parser.add_option('-h', '--help',