Skip to content

Commit 1dcebc6

Browse files
committed
mark this 1.13.0.git
1 parent 4afe2a6 commit 1dcebc6

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
@@ -20,7 +20,7 @@
2020

2121
using namespace std;
2222

23-
const char* kNinjaVersion = "1.12.0.git";
23+
const char* kNinjaVersion = "1.13.0.git";
2424

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

0 commit comments

Comments
 (0)