mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 21:03:14 -07:00
V10.12 for merge.
This commit is contained in:
parent
6e2169e4db
commit
1cd64053b0
2 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
|||
Change_LOG / History
|
||||
|
||||
V10.12 21/09/2015
|
||||
|
||||
Updated Requests Module to Latest Version. Works with Python 2.7.10
|
||||
Add .img files to transcoder extraction routines.
|
||||
|
||||
V10.11 28/05/2015
|
||||
|
||||
Use socket to verify if running on Linux. Prevents issues with stale pid.
|
||||
|
|
|
@ -288,7 +288,7 @@ def initialize(section=None):
|
|||
nzbToMediaDB.upgradeDatabase(nzbToMediaDB.DBConnection(), mainDB.InitialSchema)
|
||||
|
||||
# Set Version and GIT variables
|
||||
NZBTOMEDIA_VERSION = '10.11'
|
||||
NZBTOMEDIA_VERSION = '10.12'
|
||||
VERSION_NOTIFY = int(CFG['General']['version_notify'])
|
||||
AUTO_UPDATE = int(CFG['General']['auto_update'])
|
||||
GIT_REPO = 'nzbToMedia'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue