10.3 to merge.

This commit is contained in:
clinton-hall 2014-07-16 21:33:08 +09:30
commit 4f7e4b3808
2 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,10 @@
Change_LOG / History
V10.3 15/07/2014
Impacts All
Fix auto-fork to identify default fork.
V10.2 15/07/2014
Impacts All

View file

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