From c6dd9379225d145ac8e49728ca41585d1834e5c6 Mon Sep 17 00:00:00 2001 From: slawkens Date: Tue, 27 Oct 2020 07:53:11 +0100 Subject: [PATCH] Release 0.8.3 --- VERSION | 2 +- common.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 35ae6069..fab77af2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.8.3-dev \ No newline at end of file +0.8.3 \ No newline at end of file diff --git a/common.php b/common.php index cdea0014..4e33e5da 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.3-dev'); +define('MYAAC_VERSION', '0.8.3'); define('DATABASE_VERSION', 30); define('TABLE_PREFIX', 'myaac_'); define('START_TIME', microtime(true));