From 8378bc0d573c2248b326116c06dc3616a514eeb0 Mon Sep 17 00:00:00 2001 From: slawkens Date: Sat, 22 Feb 2020 06:52:47 +0100 Subject: [PATCH] Update version to 0.8.1-dev --- VERSION | 2 +- common.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 8adc70fd..b054be56 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.8.0 \ No newline at end of file +0.8.1-dev \ No newline at end of file diff --git a/common.php b/common.php index ef89f5da..35819dd7 100644 --- a/common.php +++ b/common.php @@ -27,7 +27,7 @@ if (version_compare(phpversion(), '5.5', '<')) die('PHP version 5.5 or higher is session_start(); define('MYAAC', true); -define('MYAAC_VERSION', '0.8.0'); +define('MYAAC_VERSION', '0.8.1-dev'); define('DATABASE_VERSION', 30); define('TABLE_PREFIX', 'myaac_'); define('START_TIME', microtime(true));