Updated the version number

This commit is contained in:
paul 2006-08-10 16:35:06 +00:00
parent 3489c7e6d3
commit 3c0e3e64c3
2 changed files with 4 additions and 4 deletions

View file

@ -10,8 +10,8 @@ define('UI_ERROR', TRUE);
if (UI_DEBUG) error_reporting(E_ALL); if (UI_DEBUG) error_reporting(E_ALL);
define('UI_VERSION', 'LiveSupport 1.0.2'); define('UI_VERSION', 'LiveSupport 1.1.0');
define('UI_VERSION_FULLNAME', 'LiveSupport 1.0.2'); define('UI_VERSION_FULLNAME', 'LiveSupport 1.1.0');
define('UI_TESTSTREAM_MU3_TMP', 'img/listen.m3u'); define('UI_TESTSTREAM_MU3_TMP', 'img/listen.m3u');
## Local settings ## Local settings

View file

@ -10,8 +10,8 @@ define('UI_ERROR', TRUE);
if (UI_DEBUG) error_reporting(E_ALL); if (UI_DEBUG) error_reporting(E_ALL);
define('UI_VERSION', 'LiveSupport 1.0.2'); define('UI_VERSION', 'LiveSupport 1.1.0');
define('UI_VERSION_FULLNAME', 'LiveSupport 1.0.2'); define('UI_VERSION_FULLNAME', 'LiveSupport 1.1.0');
define('UI_TESTSTREAM_MU3_TMP', 'img/test.m3u'); define('UI_TESTSTREAM_MU3_TMP', 'img/test.m3u');
## Scheduler ## Scheduler