Skip to content

Commit 47f6ac3

Browse files
committed
Finalizing v2.5.0.
1 parent 0f39779 commit 47f6ac3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Include/VersionStrings.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#define NIKLIBNAME "nikom.library"
2-
#define NIKRELEASE "v2.5.0dev"
2+
#define NIKRELEASE "v2.5.0"
33
#define NIKLIBVERSION 26
44
#define NIKLIBREVISION 1
55
#define NIKLIBVERSIONSTR "26"

Nodes/NiKVersion.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ char dosversion[]="\0$VER: NiKomCon/Ser " NIKRELEASE " " __AMIGADATE__;
1616

1717
void DisplayVersionInfo(void) {
1818
SendString("\n\n\rNiKom " NIKRELEASE
19-
" © Niklas Lindholm & contributors 1990-2018\r\n");
19+
" © Niklas Lindholm & contributors 1990-2019\r\n");
2020
SendString(" KOM node built " __DATE__ " " __TIME__ "\r\n");
2121
SendString(" Server built %s\r\n",Servermem->serverBuildTime);
2222
SendString(" nikom.library built %s\r\n", GetBuildTime());

ReleaseNotes.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---------------------------------------------------------------------------
2-
NiKom v2.5.0, 2018-xx-yy
2+
NiKom v2.5.0, 2019-01-20
33
---------------------------------------------------------------------------
44
- You can now configure multiple Fido netmail directories (matrix
55
directories). When importing incoming netmail NiKom will import

0 commit comments

Comments
 (0)