From 92cdd4cc7f6955760236e134126d8a68efa13360 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 12 Feb 2020 19:21:35 +0100 Subject: hand-picked changes for better password functions from tyzoids branch --- include/common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/common.php') diff --git a/include/common.php b/include/common.php index ad34b5e..4f64128 100644 --- a/include/common.php +++ b/include/common.php @@ -12,7 +12,7 @@ if (!defined('PUN_ROOT')) // Define the version and database revision that this code was written for define('FORUM_VERSION', '1.5.11'); -define('FORUM_DB_REVISION', 21); +define('FORUM_DB_REVISION', 22); define('FORUM_SI_REVISION', 2); define('FORUM_PARSER_REVISION', 2); -- cgit v1.2.3-54-g00ecf