-preparation for beta2 release

This commit is contained in:
Martin Konecny 2011-12-07 11:51:28 -05:00
parent fd10393b01
commit 257824c411
3 changed files with 3 additions and 3 deletions

View file

@ -1,2 +1,2 @@
PRODUCT_ID=Airtime
PRODUCT_RELEASE=2.0.0-beta1
PRODUCT_RELEASE=2.0.0-beta2

View file

@ -1,3 +1,3 @@
<?php
define('AIRTIME_VERSION', '2.0.0-beta1');
define('AIRTIME_VERSION', '2.0.0-beta2');

View file

@ -21,7 +21,7 @@ from urlparse import urlparse
import base64
from configobj import ConfigObj
AIRTIME_VERSION = "2.0.0-beta1"
AIRTIME_VERSION = "2.0.0-beta2"
def api_client_factory(config):
logger = logging.getLogger()