commit: ff21a710aeadd3d6192f5d94834b990f3c1b7b2a
parent 73747955523e1a7208f9f037254a716206ae7531
Author: Ricardo Garcia <sarbalap+freshmeat@gmail.com>
Date: Sat, 30 May 2009 10:51:14 +0200
Restore INTERNAL version number
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/youtube-dl b/youtube-dl
@@ -1066,7 +1066,7 @@ if __name__ == '__main__':
# Parse command line
parser = optparse.OptionParser(
usage='Usage: %prog [options] url...',
- version='2009.05.30',
+ version='INTERNAL',
conflict_handler='resolve',
)