summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>2009-05-13 22:09:20 +0200
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>2010-10-31 11:24:16 +0100
commit152edc0d4cbd4fa5b220e6dd3ed398a471c9bf82 (patch)
treedeca1a1875c953b683ffa87ae0b6f91e61d50c70
parentb74c859d0ffe2250c7730f18f24e9515084e838a (diff)
Set version number2009.05.13
-rwxr-xr-xyoutube-dl2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube-dl b/youtube-dl
index b2dc7952d9..bb982e22a6 100755
--- 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',
)