From 941eacc1cb7c548b42c2e5197ebafe5553a9bc84 Mon Sep 17 00:00:00 2001 From: Brady Miller Date: Sat, 19 Feb 2022 15:43:46 -0800 Subject: [PATCH] preparing for patch 4 release --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index a4d4ad5a28a..404e07c6c10 100644 --- a/version.php +++ b/version.php @@ -22,7 +22,7 @@ // A real patch identifier. This is incremented when we release a patch for a // production release. Note the above $v_patch variable is a misnomer and actually // stores release version information. -$v_realpatch = '3'; +$v_realpatch = '4'; // Database version identifier, this is to be incremented whenever there // is a database change in the course of development. It is used