Skip to content

Commit

Permalink
Bump version to 1.4.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndryden authored Feb 11, 2024
1 parent dc1bb09 commit 2de42e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.21)
# Version setup
set(ALUMINUM_VERSION_MAJOR 1)
set(ALUMINUM_VERSION_MINOR 4)
set(ALUMINUM_VERSION_PATCH 1)
set(ALUMINUM_VERSION_PATCH 2)
set(ALUMINUM_VERSION
"${ALUMINUM_VERSION_MAJOR}.${ALUMINUM_VERSION_MINOR}.${ALUMINUM_VERSION_PATCH}")

Expand Down

0 comments on commit 2de42e7

Please sign in to comment.