summary refs log tree commit diff
diff options
context:
space:
mode:
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>2009-04-25 11:54:11 +0200
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>2010-10-31 11:24:08 +0100
commit27c3383e2d87257aaf25a08d1658e694ffc8c289 (patch)
tree5a25828e00621a57929e5c89f7268dd04e4e3d3b
parentdbccb6cd84347de647e8ea34da9ed27e4e664a39 (diff)
downloadyoutube-dl-27c3383e2d87257aaf25a08d1658e694ffc8c289.tar.gz
youtube-dl-27c3383e2d87257aaf25a08d1658e694ffc8c289.tar.xz
youtube-dl-27c3383e2d87257aaf25a08d1658e694ffc8c289.zip
Set version number 2009.04.25
-rwxr-xr-xyoutube-dl2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube-dl b/youtube-dl
index 8764acda0..a75af8af3 100755
--- a/youtube-dl
+++ b/youtube-dl
@@ -950,7 +950,7 @@ if __name__ == '__main__':
 		# Parse command line
 		parser = optparse.OptionParser(
 				usage='Usage: %prog [options] url...',
-				version='INTERNAL',
+				version='2009.04.25',
 				conflict_handler='resolve',
 				)
 		parser.add_option('-h', '--help',