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 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
conr2d committed Jul 26, 2022
1 parent 8677785 commit fd1f9a2
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 @@ -16,8 +16,8 @@ endif()


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

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

0 comments on commit fd1f9a2

Please sign in to comment.