Skip to content

Commit 79feac0

Browse files
committed
v1.13.1
1 parent 5807cf7 commit 79feac0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/manual.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The Ninja build system
22
======================
3-
v1.13.0, Jun 2025
3+
v1.13.1, Jul 2025
44

55

66
Introduction

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.13.0";
23+
const char* kNinjaVersion = "1.13.1";
2424

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

0 commit comments

Comments
 (0)