Bump version number to a numeric-only one to appease py2exe
authorPhilipp Hagemeister <phihag@phihag.de>
Tue, 27 Nov 2012 15:12:08 +0000 (16:12 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Tue, 27 Nov 2012 15:12:08 +0000 (16:12 +0100)
LATEST_VERSION
youtube-dl
youtube_dl/__init__.py

index e62f9fa7745606590799fb4d85836bfbc45ef6d7..6023b6d496dda886e712009a3713794e19cc276e 100644 (file)
@@ -1 +1 @@
-2012.11.27b
+2012.11.28
index fdd2d300155ecc8e575d14179369295f7d0bee1d..ebe8bd8bf298d63250126b0930f1b1640b314060 100755 (executable)
Binary files a/youtube-dl and b/youtube-dl differ
index db50af652a12917ce4dc0ed8ead97df5e180fd69..5fc39184ac6bd09eeb88d251acf63287b4bff161 100644 (file)
@@ -21,7 +21,7 @@ __authors__  = (
        )
 
 __license__ = 'Public Domain'
-__version__ = '2012.11.27b'
+__version__ = '2012.11.28'
 
 UPDATE_URL = 'https://raw.github.com/rg3/youtube-dl/master/youtube-dl'
 UPDATE_URL_VERSION = 'https://raw.github.com/rg3/youtube-dl/master/LATEST_VERSION'