summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>2008-11-01 15:56:46 +0100
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>2010-10-31 11:23:41 +0100
commit240b737ebd2356f9d117ccd0c14349d4ec88e90e (patch)
tree2398d242d1c8d981fb8aa607f0881b0392ae33ee
parent27d98b6e25fa76c14ad813bb70e2f53d0fd36ef1 (diff)
Bump version number2008.11.01
-rwxr-xr-xyoutube-dl2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube-dl b/youtube-dl
index e5cf43411b..e3c324f1f2 100755
--- a/youtube-dl
+++ b/youtube-dl
@@ -838,7 +838,7 @@ if __name__ == '__main__':
# Parse command line
parser = optparse.OptionParser(
usage='Usage: %prog [options] url...',
- version='2008.10.16',
+ version='2008.11.01',
conflict_handler='resolve',
)
parser.add_option('-h', '--help',