summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>2010-10-24 17:35:47 +0200
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>2010-10-31 11:28:45 +0100
commitc34e358456fea1fffe9e3b14adc19137c04c8f26 (patch)
tree2bf843ad9a83a1f62cd3abbfcce5517c8ef95eb3
parenta6a61601de47e7347cd9d593086367f0f2d835c1 (diff)
Bump version number2010.10.24
-rw-r--r--LATEST_VERSION2
-rwxr-xr-xyoutube-dl2
2 files changed, 2 insertions, 2 deletions
diff --git a/LATEST_VERSION b/LATEST_VERSION
index 92947daa5e..8418210b77 100644
--- a/LATEST_VERSION
+++ b/LATEST_VERSION
@@ -1 +1 @@
-2010.10.03
+2010.10.24
diff --git a/youtube-dl b/youtube-dl
index 9ae0a47478..466b506b5f 100755
--- a/youtube-dl
+++ b/youtube-dl
@@ -2107,7 +2107,7 @@ if __name__ == '__main__':
# Parse command line
parser = optparse.OptionParser(
usage='Usage: %prog [options] url...',
- version='2010.10.03',
+ version='2010.10.24',
conflict_handler='resolve',
)