Skip to content

Commit bb471e2

Browse files
committed
mark this 1.11.0.git
1 parent 7905dee commit bb471e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/version.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
using namespace std;
2222

23-
const char* kNinjaVersion = "1.10.2.git";
23+
const char* kNinjaVersion = "1.11.0.git";
2424

2525
void ParseVersion(const string& version, int* major, int* minor) {
2626
size_t end = version.find('.');

0 commit comments

Comments
 (0)