summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>2008-08-09 09:43:25 +0200
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>2010-10-31 11:23:31 +0100
commit0ddf38df1877158fff2d374f5791f8c6db64e98b (patch)
tree7c341ee339a5f790d0cbdd1ce9beef3dbf7a9a33
parent65cd34c5d735f968b03c6e618db4e177ed80f1ac (diff)
Bump version string2008.08.09
-rwxr-xr-xyoutube-dl2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube-dl b/youtube-dl
index 7690898b2e..ba534e10b8 100755
--- a/youtube-dl
+++ b/youtube-dl
@@ -836,7 +836,7 @@ if __name__ == '__main__':
# Parse command line
parser = optparse.OptionParser(
usage='Usage: %prog [options] url...',
- version='2008.07.26',
+ version='2008.08.09',
conflict_handler='resolve',
)
parser.add_option('-h', '--help',