-updated version string number

This commit is contained in:
martin 2011-05-30 11:52:47 -04:00
parent 03fae770e5
commit 6cc334f55f
2 changed files with 2 additions and 2 deletions

View File

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

View File

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