commit: c34e358456fea1fffe9e3b14adc19137c04c8f26
parent a6a61601de47e7347cd9d593086367f0f2d835c1
Author: Ricardo Garcia <sarbalap+freshmeat@gmail.com>
Date: Sun, 24 Oct 2010 17:35:47 +0200
Bump version number
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/LATEST_VERSION b/LATEST_VERSION
@@ -1 +1 @@
-2010.10.03
+2010.10.24
diff --git 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',
)