Skip to content

Commit

Permalink
Bump version to 1.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndryden authored Aug 17, 2023
1 parent f326ee4 commit 3c08739
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ cmake_minimum_required(VERSION 3.21)

# Version setup
set(ALUMINUM_VERSION_MAJOR 1)
set(ALUMINUM_VERSION_MINOR 3)
set(ALUMINUM_VERSION_PATCH 1)
set(ALUMINUM_VERSION_MINOR 4)
set(ALUMINUM_VERSION_PATCH 0)
set(ALUMINUM_VERSION
"${ALUMINUM_VERSION_MAJOR}.${ALUMINUM_VERSION_MINOR}.${ALUMINUM_VERSION_PATCH}")

Expand Down

0 comments on commit 3c08739

Please sign in to comment.