Skip to content

Commit b0cce09

Browse files
committed
mark this 1.7.2.git
1 parent 4f759e9 commit b0cce09

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
@@ -18,7 +18,7 @@
1818

1919
#include "util.h"
2020

21-
const char* kNinjaVersion = "1.7.1.git";
21+
const char* kNinjaVersion = "1.7.2.git";
2222

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

0 commit comments

Comments
 (0)