about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2011-09-15 19:23:52 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2011-09-15 19:23:52 +0200
commitcc025e1226f8d09482f9f5083f942965c7b4f8e6 (patch)
tree809497e16e7a957acd685af22a7676909bc8b96e
parenteca1b76f01d1caff6f85304cd50550d64d37a590 (diff)
downloadyoutube-dl-cc025e1226f8d09482f9f5083f942965c7b4f8e6.tar.gz
youtube-dl-cc025e1226f8d09482f9f5083f942965c7b4f8e6.tar.xz
youtube-dl-cc025e1226f8d09482f9f5083f942965c7b4f8e6.zip
release 2011.09.17 2011.09.17
-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 d44b115a6..de3e640a8 100644
--- a/LATEST_VERSION
+++ b/LATEST_VERSION
@@ -1 +1 @@
-2011.09.16
+2011.09.17
diff --git a/youtube-dl b/youtube-dl
index a787bf6ee..89bdc2a5b 100755
--- a/youtube-dl
+++ b/youtube-dl
@@ -15,7 +15,7 @@ __author__  = (
 	)
 
 __license__ = 'Public Domain'
-__version__ = '2011.09.16'
+__version__ = '2011.09.17'
 
 UPDATE_URL = 'https://raw.github.com/rg3/youtube-dl/master/youtube-dl'