Skip to content

Commit

Permalink
mark this 1.8.2.git
Browse files Browse the repository at this point in the history
  • Loading branch information
nico committed Sep 11, 2017
1 parent 17ae02a commit 87111bf
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.8.1.git";
const char* kNinjaVersion = "1.8.2.git";

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

0 comments on commit 87111bf

Please sign in to comment.