commit: 06f34701fe4f5170a77af8f60dccab578593e841
parent 5ce7d172d7613e538118615bcb82c514c95a8dfc
Author: Ricardo Garcia <sarbalap+freshmeat@gmail.com>
Date: Sat, 24 Jul 2010 10:24:52 +0200
Bump version number
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/LATEST_VERSION b/LATEST_VERSION
@@ -1 +1 @@
-2010.07.22
+2010.07.24
diff --git a/youtube-dl b/youtube-dl
@@ -2068,7 +2068,7 @@ if __name__ == '__main__':
# Parse command line
parser = optparse.OptionParser(
usage='Usage: %prog [options] url...',
- version='2010.07.22',
+ version='2010.07.24',
conflict_handler='resolve',
)