Skip to content

Commit 53761ff

Browse files
committed
Finalizing v2.6.0
1 parent 4099058 commit 53761ff

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.6.0dev"
2+
#define NIKRELEASE "v2.6.0"
33
#define NIKLIBVERSION 27
44
#define NIKLIBREVISION 1
55
#define NIKLIBVERSIONSTR "27"

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-2020\r\n");
19+
" © Niklas Lindholm & contributors 1990-2021\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.6.0, 202?-??-??
2+
NiKom v2.6.0, 2021-05-08
33
---------------------------------------------------------------------------
44

55
- A new command "List Active" that lists which forums the most recent

0 commit comments

Comments
 (0)