From 812892e6bea319198dc5d9cfc920827009a7e3f4 Mon Sep 17 00:00:00 2001 From: plegall Date: Sat, 28 Jan 2017 19:52:47 +0100 Subject: [PATCH] next version is 2.9.0beta2 --- include/constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/constants.php b/include/constants.php index 64b783da6..6416ac3d6 100644 --- a/include/constants.php +++ b/include/constants.php @@ -22,7 +22,7 @@ // +-----------------------------------------------------------------------+ // Default settings -define('PHPWG_VERSION', '2.9.0beta1'); +define('PHPWG_VERSION', '2.9.0beta2'); define('PHPWG_DEFAULT_LANGUAGE', 'en_UK'); define('PHPWG_DEFAULT_TEMPLATE', 'elegant');