From 126c22129a742f7f16edab3117b6ff122bb12744 Mon Sep 17 00:00:00 2001 From: Ghislain Loas <ghislo@sandbox.pergame.net> Date: Tue, 16 Sep 2014 10:01:27 +0200 Subject: [PATCH] update version fix regression on domain ids in news form --- library/startup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/startup.php b/library/startup.php index ab48d78ea7b..f8094306f62 100644 --- a/library/startup.php +++ b/library/startup.php @@ -57,7 +57,7 @@ function defineConstant($name, $value) { function setupConstants() { defineConstant('VERSION_PERGAME','6.52'); - defineConstant('RELEASE_NUMBER', VERSION_PERGAME . '.2'); + defineConstant('RELEASE_NUMBER', VERSION_PERGAME . '.3'); defineConstant('ROOT_PATH', realpath(dirname(__FILE__).'/..').'/'); -- GitLab