We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4afe2a6 commit 1dcebc6Copy full SHA for 1dcebc6
src/version.cc
@@ -20,7 +20,7 @@
20
21
using namespace std;
22
23
-const char* kNinjaVersion = "1.12.0.git";
+const char* kNinjaVersion = "1.13.0.git";
24
25
void ParseVersion(const string& version, int* major, int* minor) {
26
size_t end = version.find('.');
0 commit comments