Browse Source

Bump version number to a numeric-only one to appease py2exe

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

2
LATEST_VERSION

@ -1 +1 @@
2012.11.27b
2012.11.28

BIN
youtube-dl

2
youtube_dl/__init__.py

@ -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'

Loading…
Cancel
Save