From ca114eb564776f210d727a44320f2bbbeff93924 Mon Sep 17 00:00:00 2001 From: slawkens Date: Tue, 3 Jun 2025 23:53:57 +0200 Subject: [PATCH] Start 0.8.25-dev --- common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.php b/common.php index f98327a0..e35d688c 100644 --- a/common.php +++ b/common.php @@ -26,7 +26,7 @@ if (version_compare(phpversion(), '7.2.5', '<')) die('PHP version 7.2.5 or higher is required.'); define('MYAAC', true); -define('MYAAC_VERSION', '0.8.24'); +define('MYAAC_VERSION', '0.8.25-dev'); define('DATABASE_VERSION', 33); define('TABLE_PREFIX', 'myaac_'); define('START_TIME', microtime(true));