From 6c985b6679843122a78b9ef76609171de3614e97 Mon Sep 17 00:00:00 2001 From: wyld-sw Date: Fri, 12 Apr 2024 20:58:41 -0400 Subject: [PATCH] Update for 7.2.1 (#730) --- docs/changesfb7 | 4 ++++ include/config.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/changesfb7 b/docs/changesfb7 index 83b2a893..edaa2cd2 100644 --- a/docs/changesfb7 +++ b/docs/changesfb7 @@ -1,3 +1,7 @@ +2.2Muck7.21 + +This update resolves a segmentation fault that happens with the new password algorithm, when built with some compilers. + 2.2Muck7.20 Terminal Size Introspection diff --git a/include/config.h b/include/config.h index 86af15be..2518e2cc 100644 --- a/include/config.h +++ b/include/config.h @@ -21,7 +21,7 @@ typedef int dbref; /**< Type wrapper for dbref - must support negatives */ /** * Server version number */ -#define VERSION "Muck2.2fb7.20" +#define VERSION "Muck2.2fb7.21" /************************************************************************ Administrative Options