This commit is contained in:
clinton-hall 2014-08-05 13:50:52 +09:30
commit e61ffe3bb6
2 changed files with 8 additions and 1 deletions

View file

@ -1,5 +1,12 @@
Change_LOG / History Change_LOG / History
V10.5 05/08/2014
Impacts All
Bug Fixes for Transcoder.
Support for lib-av as well as ffmpeg.
Fixed SickBeard aut-fork detection.
V10.4 30/07/2014 V10.4 30/07/2014
Impacts All Impacts All

View file

@ -268,7 +268,7 @@ def initialize(section=None):
nzbToMediaDB.upgradeDatabase(nzbToMediaDB.DBConnection(), mainDB.InitialSchema) nzbToMediaDB.upgradeDatabase(nzbToMediaDB.DBConnection(), mainDB.InitialSchema)
# Set Version and GIT variables # Set Version and GIT variables
NZBTOMEDIA_VERSION = '10.4' NZBTOMEDIA_VERSION = '10.5'
VERSION_NOTIFY = int(CFG['General']['version_notify']) VERSION_NOTIFY = int(CFG['General']['version_notify'])
AUTO_UPDATE = int(CFG['General']['auto_update']) AUTO_UPDATE = int(CFG['General']['auto_update'])
GIT_REPO = 'nzbToMedia' GIT_REPO = 'nzbToMedia'