commit: 0e543200095a6505ebedfb63be4317bba2c3506a
parent 43f35682e9cf509459097e6fdebe2f10c95094f1
Author: Ricardo Garcia <sarbalap+freshmeat@gmail.com>
Date: Mon, 11 May 2009 20:13:44 +0200
Restore INTERNAL version number
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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='2009.05.11',
+ version='INTERNAL',
conflict_handler='resolve',
)