From 506e711f440d08ff1e73c4fdb68bbcaac0e813f5 Mon Sep 17 00:00:00 2001 From: plegall Date: Tue, 2 Apr 2019 16:59:10 +0200 Subject: [PATCH] next release is 2.9.5 --- include/constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/constants.php b/include/constants.php index 01a9b1970..265684031 100644 --- a/include/constants.php +++ b/include/constants.php @@ -22,7 +22,7 @@ // +-----------------------------------------------------------------------+ // Default settings -define('PHPWG_VERSION', '2.9.4'); +define('PHPWG_VERSION', '2.9.5'); define('PHPWG_DEFAULT_LANGUAGE', 'en_UK'); define('PHPWG_DEFAULT_TEMPLATE', 'elegant');