Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Commit 0c15843

Browse files
committed
mark this 1.9.0.git
1 parent 908ca0e commit 0c15843

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.8.2.git";
21+
const char* kNinjaVersion = "1.9.0.git";
2222

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

0 commit comments

Comments
 (0)