mirror of
https://github.com/ninja-build/ninja.git
synced 2025-12-30 10:00:20 -06:00
mark this 1.10.0.git
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
#include "util.h"
|
||||
|
||||
const char* kNinjaVersion = "1.9.0.git";
|
||||
const char* kNinjaVersion = "1.10.0.git";
|
||||
|
||||
void ParseVersion(const string& version, int* major, int* minor) {
|
||||
size_t end = version.find('.');
|
||||
|
||||
Reference in New Issue
Block a user