From 059913b013a21ff2e1aff4feed372a1e25ea4774 Mon Sep 17 00:00:00 2001 From: bradymiller Date: Tue, 20 Mar 2012 13:12:32 -0700 Subject: [PATCH] incremented patch version 9 --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index f68c8e659..14896dc90 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 = '8'; +$v_realpatch = '9'; // 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