summary refs log tree commit diff
diff options
context:
space:
mode:
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>2009-05-23 00:22:50 +0200
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>2010-10-31 11:24:32 +0100
commit781daeabdb6ffa2b63bf8f7dec715ac8835c558b (patch)
tree932747d1a0a553fe183e59b922354133eddc1251
parent705804f5d113e0e326f9b426b99ac8996aef9990 (diff)
downloadyoutube-dl-781daeabdb6ffa2b63bf8f7dec715ac8835c558b.tar.gz
youtube-dl-781daeabdb6ffa2b63bf8f7dec715ac8835c558b.tar.xz
youtube-dl-781daeabdb6ffa2b63bf8f7dec715ac8835c558b.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 4831c11bf..f6e472445 100755
--- a/youtube-dl
+++ b/youtube-dl
@@ -1016,7 +1016,7 @@ if __name__ == '__main__':
 		# Parse command line
 		parser = optparse.OptionParser(
 			usage='Usage: %prog [options] url...',
-			version='2009.05.23',
+			version='INTERNAL',
 			conflict_handler='resolve',
 		)