preparation for 2.1.1 release
This commit is contained in:
parent
02b6d04952
commit
f188eeada2
7 changed files with 38 additions and 4 deletions
|
@ -102,6 +102,11 @@ if (strcmp($version, "2.0.3") < 0){
|
|||
}
|
||||
if (strcmp($version, "2.1.0") < 0){
|
||||
passthru("php --php-ini $SCRIPTPATH/../airtime-php.ini $SCRIPTPATH/../upgrades/airtime-2.1.0/airtime-upgrade.php");
|
||||
pause();
|
||||
}
|
||||
if (strcmp($version, "2.1.1") < 0){
|
||||
passthru("php --php-ini $SCRIPTPATH/../airtime-php.ini $SCRIPTPATH/../upgrades/airtime-2.1.1/airtime-upgrade.php");
|
||||
pause();
|
||||
}
|
||||
|
||||
echo "******************************* Upgrade Complete *******************************".PHP_EOL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue