- Version string change for 1.9.3

This commit is contained in:
James 2011-08-25 17:02:56 -04:00
parent 67ff6911dd
commit 2901a7a7eb
3 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
PRODUCT_ID=Airtime
PRODUCT_RELEASE=1.9.2
PRODUCT_RELEASE=1.9.3

View File

@ -1,6 +1,6 @@
<?php
define('AIRTIME_VERSION', '1.9.2');
define('AIRTIME_VERSION', '1.9.3')
define('AIRTIME_COPYRIGHT_DATE', '2010-2011');
define('AIRTIME_REST_VERSION', '1.1');

View File

@ -21,7 +21,7 @@ from urlparse import urlparse
import base64
from configobj import ConfigObj
AIRTIME_VERSION = "1.9.2"
AIRTIME_VERSION = "1.9.3"
def api_client_factory(config):
logger = logging.getLogger()