release 2011.09.18
authorPhilipp Hagemeister <phihag@phihag.de>
Thu, 15 Sep 2011 17:29:16 +0000 (19:29 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Thu, 15 Sep 2011 17:29:16 +0000 (19:29 +0200)
LATEST_VERSION
youtube-dl

index de3e640..ed64508 100644 (file)
@@ -1 +1 @@
-2011.09.17
+2011.09.18
index e45ba4f..fa1e482 100755 (executable)
@@ -15,7 +15,7 @@ __author__  = (
        )
 
 __license__ = 'Public Domain'
-__version__ = '2011.09.17'
+__version__ = '2011.09.18'
 
 UPDATE_URL = 'https://raw.github.com/rg3/youtube-dl/master/youtube-dl'