summary refs log tree commit diff
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 b457119fd..a013f29e6 100644
--- a/LATEST_VERSION
+++ b/LATEST_VERSION
@@ -1 +1 @@
-2009.05.25
+2009.05.30
diff --git a/youtube-dl b/youtube-dl
index 6730898ac..c83a0a119 100755
--- a/youtube-dl
+++ b/youtube-dl
@@ -1066,7 +1066,7 @@ if __name__ == '__main__':
 		# Parse command line
 		parser = optparse.OptionParser(
 			usage='Usage: %prog [options] url...',
-			version='INTERNAL',
+			version='2009.05.30',
 			conflict_handler='resolve',
 		)