Skip to content

Commit

Permalink
Finalizing v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
punktniklas committed May 8, 2021
1 parent 4099058 commit 53761ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Include/VersionStrings.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define NIKLIBNAME "nikom.library"
#define NIKRELEASE "v2.6.0dev"
#define NIKRELEASE "v2.6.0"
#define NIKLIBVERSION 27
#define NIKLIBREVISION 1
#define NIKLIBVERSIONSTR "27"
Expand Down
2 changes: 1 addition & 1 deletion Nodes/NiKVersion.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ char dosversion[]="\0$VER: NiKomCon/Ser " NIKRELEASE " " __AMIGADATE__;

void DisplayVersionInfo(void) {
SendString("\n\n\rNiKom " NIKRELEASE
" © Niklas Lindholm & contributors 1990-2020\r\n");
" © Niklas Lindholm & contributors 1990-2021\r\n");
SendString(" KOM node built " __DATE__ " " __TIME__ "\r\n");
SendString(" Server built %s\r\n",Servermem->serverBuildTime);
SendString(" nikom.library built %s\r\n", GetBuildTime());
Expand Down
2 changes: 1 addition & 1 deletion ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---------------------------------------------------------------------------
NiKom v2.6.0, 202?-??-??
NiKom v2.6.0, 2021-05-08
---------------------------------------------------------------------------

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

0 comments on commit 53761ff

Please sign in to comment.