From a7370de832b3b8140a5e0c20e23d6d2f7f9267cd Mon Sep 17 00:00:00 2001 From: drigato Date: Wed, 4 Nov 2015 13:21:36 -0500 Subject: [PATCH] Bump code version --- airtime_mvc/application/configs/constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airtime_mvc/application/configs/constants.php b/airtime_mvc/application/configs/constants.php index e15794bdb..22425b5c7 100644 --- a/airtime_mvc/application/configs/constants.php +++ b/airtime_mvc/application/configs/constants.php @@ -32,7 +32,7 @@ define('AIRTIME_COPYRIGHT_DATE' , '2010-2015'); define('AIRTIME_REST_VERSION' , '1.1'); define('AIRTIME_API_VERSION' , '1.1'); // XXX: it's important that we upgrade this every time we add an upgrade! -define('AIRTIME_CODE_VERSION' , '2.5.15'); +define('AIRTIME_CODE_VERSION' , '2.5.16'); // Defaults define('DEFAULT_LOGO_PLACEHOLDER', 1);