Skip to content

Commit 2daa09b

Browse files
committed
v1.12.1
1 parent ba68213 commit 2daa09b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/manual.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The Ninja build system
22
======================
3-
v1.12.0, Apr 2024
3+
v1.12.1, May 2024
44

55

66
Introduction

src/version.cc

+1-1
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";
23+
const char* kNinjaVersion = "1.12.1";
2424

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

0 commit comments

Comments
 (0)