From 24a2c73f56c9681701123220419a6b40d5c1a8d3 Mon Sep 17 00:00:00 2001 From: Brady Miller Date: Mon, 30 Jan 2017 00:18:03 -0800 Subject: [PATCH] incremented for several recent global changes and database changes(forgot to do on several recent changes) --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 4f599a11c..44b65b460 100644 --- a/version.php +++ b/version.php @@ -17,7 +17,7 @@ $v_realpatch = '0'; // is a database change in the course of development. It is used // internally to determine when a database upgrade is needed. // -$v_database = 206; +$v_database = 207; // Access control version identifier, this is to be incremented whenever there // is a access control change in the course of development. It is used -- 2.11.4.GIT