commit: 152edc0d4cbd4fa5b220e6dd3ed398a471c9bf82
parent b74c859d0ffe2250c7730f18f24e9515084e838a
Author: Ricardo Garcia <sarbalap+freshmeat@gmail.com>
Date: Wed, 13 May 2009 22:09:20 +0200
Set 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='INTERNAL',
+ version='2009.05.13',
conflict_handler='resolve',
)