-update version string to 1.8.0-alpha

This commit is contained in:
martin 2011-04-05 16:12:42 -04:00
parent 05f9863bc8
commit 12a0e34024
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
* /etc/airtime/recorder.cfg * /etc/airtime/recorder.cfg
*/ */
define('AIRTIME_VERSION', '1.7.0'); define('AIRTIME_VERSION', '1.8.0-alpha');
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

@ -180,7 +180,7 @@ class AirTimeApiClient(ApiClientInterface):
print 'Unable to get Airtime version number.' print 'Unable to get Airtime version number.'
print print
return False return False
elif (version[0:4] != "1.7."): elif (version[0:4] != "1.8."):
if (verbose): if (verbose):
print 'Airtime version: ' + str(version) print 'Airtime version: ' + str(version)
print 'pypo not compatible with this version of Airtime.' print 'pypo not compatible with this version of Airtime.'