aboutsummaryrefslogtreecommitdiff
path: root/youtube-dl
diff options
context:
space:
mode:
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>2010-10-03 11:11:59 +0200
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>2010-10-31 11:28:41 +0100
commitf79007e542aad11469163952acacd6f878910cf8 (patch)
tree8240c9ca93bdcf2351b360001cdee378a8200347 /youtube-dl
parentac249f421f5d7a9d9272d478f2f5e246ed497c47 (diff)
downloadyoutube-dl-f79007e542aad11469163952acacd6f878910cf8.tar.xz
Bump version number2010.10.03
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 48258419f..51344f27b 100755
--- a/youtube-dl
+++ b/youtube-dl
@@ -2101,7 +2101,7 @@ if __name__ == '__main__':
# Parse command line
parser = optparse.OptionParser(
usage='Usage: %prog [options] url...',
- version='2010.08.04',
+ version='2010.10.03',
conflict_handler='resolve',
)