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 39a6892..7cd0f0f 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.3] - 2024-08-04 ## - **Added** command-line option `d` (Run in the background.) - **Changed** the makefiles to compile with debugging symbols enabled. - **Changed** the program to handle the return value of `fgets()`, diff --git a/FICS/vers.c b/FICS/vers.c index 539c35d..3022be4 100644 --- a/FICS/vers.c +++ b/FICS/vers.c @@ -1,5 +1,5 @@ #include "vers.h" char SGS_VERS[] = ""; -char VERS_NUM[] = "rpblc-1.4.2"; +char VERS_NUM[] = "rpblc-1.4.3"; char COMP_DATE[] = __DATE__; |