Explorar o código

Bump version number

Philipp Hagemeister %!s(int64=12) %!d(string=hai) anos
pai
achega
e7c6f1a2dc
Modificáronse 3 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      LATEST_VERSION
  2. BIN=BIN
      youtube-dl
  3. 1 1
      youtube_dl/__init__.py

+ 1 - 1
LATEST_VERSION

@@ -1 +1 @@
-2012.11.27
+2012.11.27b

BIN=BIN
youtube-dl


+ 1 - 1
youtube_dl/__init__.py

@@ -21,7 +21,7 @@ __authors__  = (
 	)
 
 __license__ = 'Public Domain'
-__version__ = '2012.11.27'
+__version__ = '2012.11.27b'
 
 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'