Commit 53761ff 1 parent 4099058 commit 53761ff Copy full SHA for 53761ff
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
#define NIKLIBNAME "nikom.library"
2
- #define NIKRELEASE "v2.6.0dev "
2
+ #define NIKRELEASE "v2.6.0 "
3
3
#define NIKLIBVERSION 27
4
4
#define NIKLIBREVISION 1
5
5
#define NIKLIBVERSIONSTR "27"
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ char dosversion[]="\0$VER: NiKomCon/Ser " NIKRELEASE " " __AMIGADATE__;
16
16
17
17
void DisplayVersionInfo (void ) {
18
18
SendString ("\n\n\rNiKom " NIKRELEASE
19
- " © Niklas Lindholm & contributors 1990-2020 \r\n" );
19
+ " © Niklas Lindholm & contributors 1990-2021 \r\n" );
20
20
SendString (" KOM node built " __DATE__ " " __TIME__ "\r\n" );
21
21
SendString (" Server built %s\r\n" ,Servermem -> serverBuildTime );
22
22
SendString (" nikom.library built %s\r\n" , GetBuildTime ());
Original file line number Diff line number Diff line change 1
1
---------------------------------------------------------------------------
2
- NiKom v2.6.0, 202?-??-??
2
+ NiKom v2.6.0, 2021-05-08
3
3
---------------------------------------------------------------------------
4
4
5
5
- A new command "List Active" that lists which forums the most recent
You can’t perform that action at this time.
0 commit comments