about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2011-09-06 17:42:45 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2011-09-06 17:42:45 +0200
commiteb99a7ee5f7bd36fa9dfcbaf0590ecc2854e3e30 (patch)
tree399a61092b3354c14e4795c8d2a6e08c65abee67
parent50891fece71b05bce92f694451656988b53a7038 (diff)
downloadyoutube-dl-eb99a7ee5f7bd36fa9dfcbaf0590ecc2854e3e30.tar.gz
youtube-dl-eb99a7ee5f7bd36fa9dfcbaf0590ecc2854e3e30.tar.xz
youtube-dl-eb99a7ee5f7bd36fa9dfcbaf0590ecc2854e3e30.zip
Bump version to 2011.09.06
-rwxr-xr-xyoutube-dl2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube-dl b/youtube-dl
index 0b06c69cc..cc6462cc0 100755
--- a/youtube-dl
+++ b/youtube-dl
@@ -14,7 +14,7 @@ __author__  = (
 	)
 
 __license__ = 'Public Domain'
-__version__ = '2011.08.28-phihag'
+__version__ = '2011.09.06-phihag'
 
 UPDATE_URL = 'https://raw.github.com/phihag/youtube-dl/master/youtube-dl'