Bump version number
authorPhilipp Hagemeister <phihag@phihag.de>
Tue, 13 Sep 2011 21:58:46 +0000 (23:58 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Tue, 13 Sep 2011 21:58:46 +0000 (23:58 +0200)
youtube-dl

index 0e8347a..50d83cf 100755 (executable)
@@ -15,7 +15,7 @@ __author__  = (
        )
 
 __license__ = 'Public Domain'
-__version__ = '2011.09.13'
+__version__ = '2011.09.14'
 
 UPDATE_URL = 'https://raw.github.com/rg3/youtube-dl/master/youtube-dl'