Skip to content

Commit

Permalink
mark this 1.7.2.git
Browse files Browse the repository at this point in the history
  • Loading branch information
nico committed Nov 7, 2016
1 parent 4f759e9 commit b0cce09
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 @@ -18,7 +18,7 @@

#include "util.h"

const char* kNinjaVersion = "1.7.1.git";
const char* kNinjaVersion = "1.7.2.git";

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

0 comments on commit b0cce09

Please sign in to comment.