Skip to content

Commit

Permalink
mark this 1.11.0.git
Browse files Browse the repository at this point in the history
  • Loading branch information
jhasse committed May 15, 2022
1 parent 7905dee commit bb471e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/version.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

using namespace std;

const char* kNinjaVersion = "1.10.2.git";
const char* kNinjaVersion = "1.11.0.git";

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

0 comments on commit bb471e2

Please sign in to comment.