Skip to content

Commit

Permalink
Bump to v1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndryden authored Mar 6, 2021
1 parent c5c1a4d commit 9de194b
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 @@ -9,8 +9,8 @@ cmake_minimum_required(VERSION 3.14)
# Version setup
#

set(ALUMINUM_VERSION_MAJOR 0)
set(ALUMINUM_VERSION_MINOR 7)
set(ALUMINUM_VERSION_MAJOR 1)
set(ALUMINUM_VERSION_MINOR 0)
set(ALUMINUM_VERSION_PATCH 0)
set(ALUMINUM_VERSION "${ALUMINUM_VERSION_MAJOR}.${ALUMINUM_VERSION_MINOR}.${ALUMINUM_VERSION_PATCH}")

Expand Down

0 comments on commit 9de194b

Please sign in to comment.