Commit 47f6ac3 1 parent 0f39779 commit 47f6ac3 Copy full SHA for 47f6ac3
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.5.0dev "
2
+ #define NIKRELEASE "v2.5.0 "
3
3
#define NIKLIBVERSION 26
4
4
#define NIKLIBREVISION 1
5
5
#define NIKLIBVERSIONSTR "26"
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-2018 \r\n" );
19
+ " © Niklas Lindholm & contributors 1990-2019 \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.5.0, 2018-xx-yy
2
+ NiKom v2.5.0, 2019-01-20
3
3
---------------------------------------------------------------------------
4
4
- You can now configure multiple Fido netmail directories (matrix
5
5
directories). When importing incoming netmail NiKom will import
You can’t perform that action at this time.
0 commit comments