diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2025-04-09 22:00:12 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2025-04-09 22:00:12 +0200 |
commit | dfdc03d824ecdbf4bad0a96f579f0f0eb463286a (patch) | |
tree | 55a6b5f8dec48d57d7b2ec9a55a41c39b8f3ca64 | |
parent | 9b8c04bbdfa229d8e16272ccdc6c2f7ec1baffba (diff) |
1.4.5 released1.4.5
-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 97d1b28..8aab73c 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.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 diff --git a/FICS/vers.c b/FICS/vers.c index d556d4a..c6dd99c 100644 --- a/FICS/vers.c +++ b/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__; |