Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.

Commit

Permalink
chore: Bump version to 16.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
conr2d committed Apr 20, 2023
1 parent 167a72f commit 3fd0443
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ else()
endif()


set(VERSION_MAJOR 0)
set(VERSION_MINOR 12)
set(VERSION_PATCH 1)
set(VERSION_MAJOR 16)
set(VERSION_MINOR 0)
set(VERSION_PATCH 0)

if (VERSION_SUFFIX)
set(VERSION_FULL "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}-${VERSION_SUFFIX}")
Expand Down

0 comments on commit 3fd0443

Please sign in to comment.