Commit Diff


commit - 9b8c04bbdfa229d8e16272ccdc6c2f7ec1baffba
commit + dfdc03d824ecdbf4bad0a96f579f0f0eb463286a
blob - 97d1b284ef5f49c966dc78ab700e73227e47f7b6
blob + 8aab73c78e2eda8ad593d6c82c5de04925f94c4c
--- 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.5] - 2025-04-09 ##
 - **Changed** the addplayer program to output a restart notice if an admin
   account is created.
 - **Changed** the program to avoid calculating the same string multiple
blob - d556d4ad0e835f046d1d855c6f89a0bba3c1dfec
blob + c6dd99c0d05fe7018d1026101235a34b390ebefc
--- FICS/vers.c
+++ FICS/vers.c
@@ -1,5 +1,5 @@
 #include "vers.h"
 
 const char SGS_VERS[] = "";
-const char VERS_NUM[] = "rpblc-1.4.4";
+const char VERS_NUM[] = "rpblc-1.4.5";
 const char COMP_DATE[] = __DATE__;