commit cf226b26118839998ab78574491efef6dd1e6925 from: Markus Uhlin date: Sat Dec 7 10:29:20 2024 UTC v1.4.4 commit - 1404b02a75cd4f03dfe1601083e599b8c0f5683f commit + cf226b26118839998ab78574491efef6dd1e6925 blob - cc96d7aca5c15bcfbb8b667a006a38dc1c7e5867 blob + b3b34c8df03168c8f8cf25686c015ada8cee84be --- 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.4] - 2024-12-07 ## - **Added** an autorun script suitable to be run as a cron job. - **Added** command `sought`, which currently behaves as a no-op. Code is to be added in a later version. We also want the seek/unseek blob - 64b0aacd3ee3a2e784991c218df79d64f4e27a71 blob + d556d4ad0e835f046d1d855c6f89a0bba3c1dfec --- FICS/vers.c +++ FICS/vers.c @@ -1,5 +1,5 @@ #include "vers.h" const char SGS_VERS[] = ""; -const char VERS_NUM[] = "rpblc-1.4.3"; +const char VERS_NUM[] = "rpblc-1.4.4"; const char COMP_DATE[] = __DATE__;