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 8418210b7..4f8405c40 100644
--- a/LATEST_VERSION
+++ b/LATEST_VERSION
@@ -1 +1 @@
-2010.10.24
+2010.11.19
diff --git a/youtube-dl b/youtube-dl
index 94e04d4cd..24722d292 100755
--- a/youtube-dl
+++ b/youtube-dl
@@ -2145,7 +2145,7 @@ if __name__ == '__main__':
 		# Parse command line
 		parser = optparse.OptionParser(
 			usage='Usage: %prog [options] url...',
-			version='2010.10.24',
+			version='2010.11.19',
 			conflict_handler='resolve',
 		)