From 305e9c914a0eeeb3dc94bd43126c439d054ad2c0 Mon Sep 17 00:00:00 2001 From: plegall Date: Tue, 4 Jun 2019 11:35:47 +0200 Subject: [PATCH] update version --- include/constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/constants.php b/include/constants.php index 74b60c058..218104977 100644 --- a/include/constants.php +++ b/include/constants.php @@ -22,7 +22,7 @@ // +-----------------------------------------------------------------------+ // Default settings -define('PHPWG_VERSION', '2.9.0'); +define('PHPWG_VERSION', '2.10.0beta1'); define('PHPWG_DEFAULT_LANGUAGE', 'en_UK'); define('PHPWG_DEFAULT_TEMPLATE', 'elegant');