Commit Diff


commit - 27370b9024fd3b4083778fd4df63fa1028500feb
commit + 67dd8486c5d31849e2c66ab8530b92ea67635d74
blob - bb368fdae5c6b7e9bd3252cdc8d34c3887f33d79
blob + 3670047149620a6144ee3e95499751edf4404d55
--- 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.7] - 2025-12-01 ##
 - **Added** a config file interpreter and moved some settings from
   `config.h` to `fics.conf` which is read at startup.
 - **Added** more open flags and changed the code to refer to them by using
blob - e2f56b4a965193d6cb4de0047c0fa9c927dcd40e
blob + e83567e98f32fec4e31683bb4f398165d6c5e48c
--- FICS/vers.c
+++ FICS/vers.c
@@ -1,5 +1,5 @@
 #include "vers.h"
 
 const char SGS_VERS[] = "";
-const char VERS_NUM[] = "rpblc-1.4.6";
+const char VERS_NUM[] = "rpblc-1.4.7";
 const char COMP_DATE[] = __DATE__;