From 05f66746a99e73917219a010834b435d38d8d672 Mon Sep 17 00:00:00 2001 From: Chip Hogg Date: Fri, 20 Dec 2024 09:14:56 -0500 Subject: [PATCH] Make final commit for 0.4.1 release (#367) The landed version of this commit will be what we apply the tag to. This PR is in accordance with our procedures in `RELEASE.md`. --- CMakeLists.txt | 4 ++-- docs/install.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b705a562..74475a31 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,9 +26,9 @@ cmake_minimum_required(VERSION 3.24...3.29) project( Au - VERSION 0.4.0 + VERSION 0.4.1 DESCRIPTION "A C++ quantities and units library, by Aurora Innovation" - HOMEPAGE_URL "https://aurora-opensource.github.io/au/0.4.0/" + HOMEPAGE_URL "https://aurora-opensource.github.io/au/0.4.1/" LANGUAGES CXX ) diff --git a/docs/install.md b/docs/install.md index 8c1e2049..7e47f5e2 100644 --- a/docs/install.md +++ b/docs/install.md @@ -185,7 +185,7 @@ In either case, here are the main targets and include files provided by the Au l ```sh # Optional, but recommended: - git checkout "0.4.0" # Or whichever tag you prefer. + git checkout "0.4.1" # Or whichever tag you prefer. ``` Now, build and test the library. These commands will include both the explicit tests, and also