v1.0.19 Improved build system

This commit is contained in:
aristocratos 2021-10-21 16:54:18 +02:00
parent a046f75949
commit a1ba01980f
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
## v1.0.19
* Fixed: Makefile now tests compiler flag compatibility
## v1.0.18
* Fixed: Makefile g++ -dumpmachine failure to get platform on some distros

View file

@ -53,7 +53,7 @@ namespace Global {
{"#801414", "██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝"},
{"#000000", "╚═════╝ ╚═╝ ╚═════╝ ╚═╝"},
};
const string Version = "1.0.18";
const string Version = "1.0.19";
int coreCount;
string overlay;