mirror of
https://github.com/reactos/ninja.git
synced 2024-11-26 21:20:23 +00:00
This is ReactOS/XP-compatible now and deserves its own version string.
This commit is contained in:
parent
c29cacd13e
commit
b661be7af3
@ -20,7 +20,7 @@
|
||||
|
||||
using namespace std;
|
||||
|
||||
const char* kNinjaVersion = "1.10.2";
|
||||
const char* kNinjaVersion = "1.10.2-ReactOS";
|
||||
|
||||
void ParseVersion(const string& version, int* major, int* minor) {
|
||||
size_t end = version.find('.');
|
||||
|
Loading…
Reference in New Issue
Block a user