commit 2561f872639827671fc9be08578b483c421a679c from: Markus Uhlin date: Sun Aug 4 00:54:06 2024 UTC v1.4.3 commit - 06d33ea593518c18b245b35f6fe942a315c8a21e commit + 2561f872639827671fc9be08578b483c421a679c blob - 39a6892d5533ae539277052cec28b47f18cda89f blob + 7cd0f0fe4e2e6e54e274346473ee59ba89e21600 --- CHANGELOG.md +++ 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()`, blob - 539c35daf324ec35f86eacdae835d7f27d3128af blob + 3022be4dc8f5a9e5f547dbea25669d3c2ce3f5ec --- FICS/vers.c +++ 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__;