From 559ba76036bcca462cc0b63b05eac5ec2c001132 Mon Sep 17 00:00:00 2001 From: Brady Miller Date: Thu, 11 Oct 2018 20:09:07 -0700 Subject: [PATCH] increment database counter for prior commit --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 729108764..8b07b443d 100644 --- a/version.php +++ b/version.php @@ -25,7 +25,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 = 266; +$v_database = 267; // 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