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 b8b45af99..4851877b4 100644
--- a/LATEST_VERSION
+++ b/LATEST_VERSION
@@ -1 +1 @@
-2011.02.25
+2011.02.25b
diff --git a/youtube-dl b/youtube-dl
index 617ac1339..072a91970 100755
--- a/youtube-dl
+++ b/youtube-dl
@@ -2723,7 +2723,7 @@ if __name__ == '__main__':
 		# Parse command line
 		parser = optparse.OptionParser(
 			usage='Usage: %prog [options] url...',
-			version='2011.02.25',
+			version='2011.02.25b',
 			conflict_handler='resolve',
 		)