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 2f8b61a21..d8a0ea96f 100644
--- a/LATEST_VERSION
+++ b/LATEST_VERSION
@@ -1 +1 @@
-2009.08.08
+2009.09.08
diff --git a/youtube-dl b/youtube-dl
index becf1d25d..8c42dfd06 100755
--- a/youtube-dl
+++ b/youtube-dl
@@ -1084,7 +1084,7 @@ if __name__ == '__main__':
# Parse command line
parser = optparse.OptionParser(
usage='Usage: %prog [options] url...',
- version='INTERNAL',
+ version='2009.09.08',
conflict_handler='resolve',
)