diff options
| -rw-r--r-- | CHANGELOG.md | 2 | ||||
| -rw-r--r-- | FICS/vers.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c323662..697f4e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this fork of FICS version 1.6.2 will be documented in this file. -## [Unreleased] ## +## [1.4.8] - 2026-04-28 ## - **Added** and made use of `mfprintf()`. - **Added** array indices bounds checking. - **Added** null checks. diff --git a/FICS/vers.c b/FICS/vers.c index e83567e..dbfd0d5 100644 --- a/FICS/vers.c +++ b/FICS/vers.c @@ -1,5 +1,5 @@ #include "vers.h" const char SGS_VERS[] = ""; -const char VERS_NUM[] = "rpblc-1.4.7"; +const char VERS_NUM[] = "rpblc-1.4.8"; const char COMP_DATE[] = __DATE__; |
