mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 21:33:13 -07:00
V10.5
This commit is contained in:
parent
5b648be2ea
commit
e61ffe3bb6
2 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,12 @@
|
|||
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
|
||||
|
||||
Impacts All
|
||||
|
|
|
@ -268,7 +268,7 @@ def initialize(section=None):
|
|||
nzbToMediaDB.upgradeDatabase(nzbToMediaDB.DBConnection(), mainDB.InitialSchema)
|
||||
|
||||
# Set Version and GIT variables
|
||||
NZBTOMEDIA_VERSION = '10.4'
|
||||
NZBTOMEDIA_VERSION = '10.5'
|
||||
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