CC-3325: Airtime 2.0.0 upgrade script makes reference to 2.0.1 files

-fixed
This commit is contained in:
Martin Konecny 2012-02-14 09:35:37 -05:00
parent 7fd8ba4ffa
commit 76d8e22baf
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ class UpgradeCommon{
const CONF_PYPO_GRP = "pypo";
const CONF_WWW_DATA_GRP = "www-data";
const CONF_BACKUP_SUFFIX = "201";
const VERSION_NUMBER = "2.0.1";
const CONF_BACKUP_SUFFIX = "200";
const VERSION_NUMBER = "2.0.0";
public static function connectToDatabase($p_exitOnError = true)
{