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 f8bf47a22..de43f83cf 100644
--- a/LATEST_VERSION
+++ b/LATEST_VERSION
@@ -1 +1 @@
-2010.04.02
+2010.04.03
diff --git a/youtube-dl b/youtube-dl
index 4cb958336..d3ce9ee74 100755
--- a/youtube-dl
+++ b/youtube-dl
@@ -1686,7 +1686,7 @@ if __name__ == '__main__':
# Parse command line
parser = optparse.OptionParser(
usage='Usage: %prog [options] url...',
- version='2010.04.02',
+ version='2010.04.03',
conflict_handler='resolve',
)