about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>2009-03-04 22:06:18 +0100
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>2010-10-31 11:23:58 +0100
commit76800042fd781e2df03db6502aac709e5f72e65b (patch)
treeb3e2bb44f43fdb97912c2dc1ef32322f95a6d175
parent7ab2043c9c740e12abf02d065e282f28516939c0 (diff)
downloadyoutube-dl-76800042fd781e2df03db6502aac709e5f72e65b.tar.gz
youtube-dl-76800042fd781e2df03db6502aac709e5f72e65b.tar.xz
youtube-dl-76800042fd781e2df03db6502aac709e5f72e65b.zip
Replace version number while in progress
-rwxr-xr-xyoutube-dl2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube-dl b/youtube-dl
index 192f9b21f..f230d28fc 100755
--- a/youtube-dl
+++ b/youtube-dl
@@ -941,7 +941,7 @@ if __name__ == '__main__':
 		# Parse command line
 		parser = optparse.OptionParser(
 				usage='Usage: %prog [options] url...',
-				version='2009.03.03',
+				version='INTERNAL',
 				conflict_handler='resolve',
 				)
 		parser.add_option('-h', '--help',