From b4645553f26ab03214d3e37f1566571b8f29b91f Mon Sep 17 00:00:00 2001 From: slawkens Date: Sat, 14 Mar 2020 23:23:14 +0100 Subject: [PATCH] Update to 0.8.2-dev --- VERSION | 2 +- common.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index c18d72be..62f48df8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.8.1 \ No newline at end of file +0.8.2-dev \ No newline at end of file diff --git a/common.php b/common.php index a66bae45..2d875939 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.1'); +define('MYAAC_VERSION', '0.8.2-dev'); define('DATABASE_VERSION', 30); define('TABLE_PREFIX', 'myaac_'); define('START_TIME', microtime(true));