Skip to content

Commit 08ecbd6

Browse files
committed
mark this 1.10.0.git
1 parent 0ccc788 commit 08ecbd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/version.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
#include "util.h"
2020

21-
const char* kNinjaVersion = "1.9.0.git";
21+
const char* kNinjaVersion = "1.10.0.git";
2222

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

0 commit comments

Comments
 (0)