Skip to content

Commit

Permalink
Make final commit for 0.4.0 release (#357)
Browse files Browse the repository at this point in the history
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`.
  • Loading branch information
chiphogg authored Dec 12, 2024
1 parent 3ee0c01 commit 13a7ab9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ cmake_minimum_required(VERSION 3.24...3.29)

project(
Au
VERSION 0.3.5
VERSION 0.4.0
DESCRIPTION "A C++ quantities and units library, by Aurora Innovation"
HOMEPAGE_URL "https://aurora-opensource.github.io/au/0.3.5/"
HOMEPAGE_URL "https://aurora-opensource.github.io/au/0.4.0/"
LANGUAGES CXX
)

Expand Down
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.5" # Or whichever tag you prefer.
git checkout "0.4.0" # Or whichever tag you prefer.
```
Now, build and test the library. These commands will include both the explicit tests, and also
Expand Down

0 comments on commit 13a7ab9

Please sign in to comment.