From 475e5c51d73b6705565905cf5acb27eac45d1866 Mon Sep 17 00:00:00 2001 From: bradymiller Date: Thu, 12 Jun 2014 23:08:06 -0700 Subject: [PATCH] incremented patch version 7 --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 48ab2d412..c8dd0e7b1 100644 --- a/version.php +++ b/version.php @@ -11,7 +11,7 @@ $v_tag = ''; // minor revision number, should be empty for production releases // A real patch identifier. This is incremented when release a patch for a // production release. Not the above $v_patch variable is a misnomer and actually // stores release version information. -$v_realpatch = '6'; +$v_realpatch = '7'; // Database version identifier, this is to be incremented whenever there // is a database change in the course of development. It is used -- 2.11.4.GIT