diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-08-04 02:54:06 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-08-04 02:54:06 +0200 |
commit | 2561f872639827671fc9be08578b483c421a679c (patch) | |
tree | e77f34cc89dfc369e689b172a7b2fce44e89c843 | |
parent | 06d33ea593518c18b245b35f6fe942a315c8a21e (diff) |
v1.4.31.4.3
-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__; |