-version string changes

This commit is contained in:
James 2011-08-15 11:10:01 -04:00
parent 13285fdd63
commit 9cad6fe766
3 changed files with 3 additions and 3 deletions

View file

@ -1,2 +1,2 @@
PRODUCT_ID=Airtime
PRODUCT_RELEASE=1.9.0
PRODUCT_RELEASE=2.0.0

View file

@ -1,6 +1,6 @@
<?php
define('AIRTIME_VERSION', '1.9.0');
define('AIRTIME_VERSION', '2.0.0');
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.0"
AIRTIME_VERSION = "2.0.0"
def api_client_factory(config):
logger = logging.getLogger()