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 0f292c9a2..1039be31f 100644
--- a/LATEST_VERSION
+++ b/LATEST_VERSION
@@ -1 +1 @@
-2010.01.19
+2010.02.13
diff --git a/youtube-dl b/youtube-dl
index c7d3752dc..47c646586 100755
--- a/youtube-dl
+++ b/youtube-dl
@@ -1504,7 +1504,7 @@ if __name__ == '__main__':
 		# Parse command line
 		parser = optparse.OptionParser(
 			usage='Usage: %prog [options] url...',
-			version='INTERNAL',
+			version='2010.02.13',
 			conflict_handler='resolve',
 		)