aboutsummaryrefslogtreecommitdiffstats
path: root/youtube-dl
diff options
context:
space:
mode:
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>2009-08-08 14:57:56 +0200
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>2010-10-31 11:24:44 +0100
commit0c8beb43f22c20cf0c217cf37c410fb76270bba3 (patch)
treed78b8d140fa58fd06e6512ef80bb1973165f780e /youtube-dl
parent71b7300e63780e9495cbb1030061f469a17a66f4 (diff)
downloadhypervideo-pre-0c8beb43f22c20cf0c217cf37c410fb76270bba3.tar.lz
hypervideo-pre-0c8beb43f22c20cf0c217cf37c410fb76270bba3.tar.xz
hypervideo-pre-0c8beb43f22c20cf0c217cf37c410fb76270bba3.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 65781f959..99d07eeec 100755
--- a/youtube-dl
+++ b/youtube-dl
@@ -1084,7 +1084,7 @@ if __name__ == '__main__':
# Parse command line
parser = optparse.OptionParser(
usage='Usage: %prog [options] url...',
- version='2009.06.29',
+ version='2009.08.08',
conflict_handler='resolve',
)