-update version string to 1.9.4

This commit is contained in:
martin 2011-09-08 15:18:54 -04:00
parent 23d9162095
commit 53306dffa4
4 changed files with 6 additions and 4 deletions

View file

@ -72,7 +72,9 @@ if (strcmp($version, "1.9.2") < 0){
if (strcmp($version, "1.9.3") < 0){
system("php ".__DIR__."/../upgrades/airtime-1.9.3/airtime-upgrade.php");
}
if (strcmp($version, "1.9.4") < 0){
system("php ".__DIR__."/../upgrades/airtime-1.9.4/airtime-upgrade.php");
}
//set the new version in the database.
$sql = "DELETE FROM cc_pref WHERE keystr = 'system_version'";