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