about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2011-10-19 00:40:13 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2011-10-19 00:40:13 +0200
commit45aa690868eb8bd6ddc48a948b65e9317b0bdbed (patch)
tree3d663d558ad390d3d207105308a2e3edd4f67fd9
parentbeb245e92feb7805b3f2eba7713d5af72d8f57cd (diff)
downloadyoutube-dl-45aa690868eb8bd6ddc48a948b65e9317b0bdbed.tar.gz
youtube-dl-45aa690868eb8bd6ddc48a948b65e9317b0bdbed.tar.xz
youtube-dl-45aa690868eb8bd6ddc48a948b65e9317b0bdbed.zip
Release 2011.10.19 2011.10.19
-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 9d89dc99a..a68f99160 100644
--- a/LATEST_VERSION
+++ b/LATEST_VERSION
@@ -1 +1 @@
-2011.09.30
+2011.10.19
diff --git a/youtube-dl b/youtube-dl
index 831ec561f..3a37fae2e 100755
--- a/youtube-dl
+++ b/youtube-dl
@@ -15,7 +15,7 @@ __author__  = (
 	)
 
 __license__ = 'Public Domain'
-__version__ = '2011.09.30'
+__version__ = '2011.10.19'
 
 UPDATE_URL = 'https://raw.github.com/rg3/youtube-dl/master/youtube-dl'