aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md2
-rw-r--r--FICS/vers.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cc96d7a..b3b34c8 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.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
diff --git a/FICS/vers.c b/FICS/vers.c
index 64b0aac..d556d4a 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.3";
+const char VERS_NUM[] = "rpblc-1.4.4";
const char COMP_DATE[] = __DATE__;