summaryrefslogtreecommitdiff
path: root/include/common.php
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2020-02-12 19:21:35 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2020-02-12 19:21:35 +0100
commit92cdd4cc7f6955760236e134126d8a68efa13360 (patch)
tree23a5022a3c1a05ae6df7bda06f62674bb769a7aa /include/common.php
parent8c65c805f865377685b5d95d35b1d9e60bd48618 (diff)
downloadfluxbb-better_passwords.tar.xz
hand-picked changes for better password functions from tyzoids branchbetter_passwords
Diffstat (limited to 'include/common.php')
-rw-r--r--include/common.php2
1 files changed, 1 insertions, 1 deletions
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);