aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 f3f4e8fab..960388100 100644
--- a/LATEST_VERSION
+++ b/LATEST_VERSION
@@ -1 +1 @@
-2010.07.22
+2010.07.24
diff --git a/youtube-dl b/youtube-dl
index c67bd3855..48c13b701 100755
--- 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',
)