Skip to content

Commit

Permalink
v1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jhasse committed May 11, 2024
1 parent ba68213 commit 2daa09b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/manual.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The Ninja build system
======================
v1.12.0, Apr 2024
v1.12.1, May 2024


Introduction
Expand Down
2 changes: 1 addition & 1 deletion src/version.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

using namespace std;

const char* kNinjaVersion = "1.12.0";
const char* kNinjaVersion = "1.12.1";

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

1 comment on commit 2daa09b

@95531G
Copy link

@95531G 95531G commented on 2daa09b Jan 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2daa09b
src/version.cc

Please sign in to comment.