aboutsummaryrefslogtreecommitdiffstats
path: root/youtube-dl
diff options
context:
space:
mode:
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>2009-12-26 19:58:11 +0100
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>2010-10-31 11:24:57 +0100
commita692ca7c4986cc6dd2d4c6d8091b1ed1ca0de7a7 (patch)
treeda6c0c73a618a474bed513623eb7ad447973ca38 /youtube-dl
parent9c457d2a2019f3d52aa17614cc8087989e105413 (diff)
downloadhypervideo-pre-a692ca7c4986cc6dd2d4c6d8091b1ed1ca0de7a7.tar.lz
hypervideo-pre-a692ca7c4986cc6dd2d4c6d8091b1ed1ca0de7a7.tar.xz
hypervideo-pre-a692ca7c4986cc6dd2d4c6d8091b1ed1ca0de7a7.zip
Bump version number
Diffstat (limited to 'youtube-dl')
-rwxr-xr-xyoutube-dl2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube-dl b/youtube-dl
index 5f2381448..7262ce94d 100755
--- a/youtube-dl
+++ b/youtube-dl
@@ -1176,7 +1176,7 @@ if __name__ == '__main__':
# Parse command line
parser = optparse.OptionParser(
usage='Usage: %prog [options] url...',
- version='INTERNAL',
+ version='2009.12.26',
conflict_handler='resolve',
)