From 4c6bcdbc39325f065c7aa058bf60f4a4f3e52e35 Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Wed, 2 May 2018 21:25:06 +0100 Subject: [PATCH] update version --- functions.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.inc.php b/functions.inc.php index 445dd551..ef83e833 100644 --- a/functions.inc.php +++ b/functions.inc.php @@ -15,7 +15,7 @@ * Contains re-usable code. */ -$version = '3.1'; +$version = '3.2'; $min_db_version = 1837; # update (at least) before a release with the latest function numbrer in upgrade.php /**