aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>2009-05-13 22:10:01 +0200
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>2010-10-31 11:24:19 +0100
commitcab60d710afc4a00469d8b08a74d733802d2067b (patch)
treecd4ea321767cfd927fcc26061671e798cdd7c854
parent152edc0d4cbd4fa5b220e6dd3ed398a471c9bf82 (diff)
downloadyoutube-dl-cab60d710afc4a00469d8b08a74d733802d2067b.tar.xz
Put back INTERNAL version
-rwxr-xr-xyoutube-dl2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube-dl b/youtube-dl
index bb982e22a..b2dc7952d 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='2009.05.13',
+ version='INTERNAL',
conflict_handler='resolve',
)