CC-2256 Airtime-upgrade.php does not upgrade the web app

changing to version 1.8.2
This commit is contained in:
Naomi 2011-05-16 15:33:31 -04:00
parent 073f539f09
commit 3f43c39f41
2 changed files with 82 additions and 82 deletions

View file

@ -6,7 +6,7 @@
* /etc/airtime/recorder.cfg * /etc/airtime/recorder.cfg
*/ */
define('AIRTIME_VERSION', '1.9.0-devel'); define('AIRTIME_VERSION', '1.8.2');
define('AIRTIME_COPYRIGHT_DATE', '2010-2011'); define('AIRTIME_COPYRIGHT_DATE', '2010-2011');
define('AIRTIME_REST_VERSION', '1.1'); define('AIRTIME_REST_VERSION', '1.1');

View file

@ -19,7 +19,7 @@ import json
import os import os
from urlparse import urlparse from urlparse import urlparse
AIRTIME_VERSION = "1.9.0" AIRTIME_VERSION = "1.8.2"
def api_client_factory(config): def api_client_factory(config):
if config["api_client"] == "airtime": if config["api_client"] == "airtime":