Browse Source

Prepare 2012.11.29 release

Philipp Hagemeister 12 years ago
parent
commit
f8d8b39bba
3 changed files with 2 additions and 2 deletions
  1. 1 1
      LATEST_VERSION
  2. BIN
      youtube-dl
  3. 1 1
      youtube_dl/__init__.py

+ 1 - 1
LATEST_VERSION

@@ -1 +1 @@
-2012.11.28
+2012.11.29

BIN
youtube-dl


+ 1 - 1
youtube_dl/__init__.py

@@ -22,7 +22,7 @@ __authors__  = (
 	)
 
 __license__ = 'Public Domain'
-__version__ = '2012.11.28'
+__version__ = '2012.11.29'
 
 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'