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 a013f29e6..a54ba968c 100644
--- a/LATEST_VERSION
+++ b/LATEST_VERSION
@@ -1 +1 @@
-2009.05.30
+2009.06.29
diff --git a/youtube-dl b/youtube-dl
index 9bbecf7d4..0fd160c2a 100755
--- a/youtube-dl
+++ b/youtube-dl
@@ -1071,7 +1071,7 @@ if __name__ == '__main__':
 		# Parse command line
 		parser = optparse.OptionParser(
 			usage='Usage: %prog [options] url...',
-			version='INTERNAL',
+			version='2009.06.29',
 			conflict_handler='resolve',
 		)