From 8677a5b1b029d767e5854a4eacc39bc006d295c2 Mon Sep 17 00:00:00 2001 From: zynine Date: Wed, 1 Mar 2017 19:56:01 -0500 Subject: [PATCH] 0.9.17 (2017-03-01) - audio codec compatibility for UK tuners. --- Contents/Code/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Contents/Code/__init__.py b/Contents/Code/__init__.py index a0bd77f..65febf2 100644 --- a/Contents/Code/__init__.py +++ b/Contents/Code/__init__.py @@ -1,4 +1,4 @@ -# HDHR Viewer V2 v0.9.16 +# HDHR Viewer V2 v0.9.17 import time import string @@ -8,9 +8,9 @@ from lxml import etree DEBUGMODE = True -TITLE = 'HDHR Viewer 2 (0.9.16)' +TITLE = 'HDHR Viewer 2 (0.9.17)' PREFIX = '/video/hdhrv2' -VERSION = '0.9.16' +VERSION = '0.9.17' #GRAPHICS ART = 'art-default.jpg'