-update version string to 1.8.0-alpha
This commit is contained in:
parent
05f9863bc8
commit
12a0e34024
2 changed files with 2 additions and 2 deletions
|
@ -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');
|
||||||
|
|
||||||
|
|
|
@ -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.'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue