Skip to content

Commit a524bf3

Browse files
committed
v1.11.1
1 parent d502d19 commit a524bf3

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.11.0, Nov 2020
3+
v1.11.1, Aug 2022
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.11.0";
23+
const char* kNinjaVersion = "1.11.1";
2424

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

0 commit comments

Comments
 (0)