-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

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