From e7ecc1f1969504751d4252d58a27c9e015796ec9 Mon Sep 17 00:00:00 2001 From: meag Date: Tue, 9 Feb 2021 17:35:52 +0000 Subject: [PATCH] VERSION: 3.2.3 --- version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.h b/version.h index caf6aa933..424f75d5f 100644 --- a/version.h +++ b/version.h @@ -70,7 +70,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #endif // Note: for server mods to detect version, change VERSION_NUM below -#define VERSION_NUMBER "3.2.2" +#define VERSION_NUMBER "3.2.3" int build_number(void); void CL_Version_f(void);