Skip to content

Commit

Permalink
Update version strings
Browse files Browse the repository at this point in the history
  • Loading branch information
pockerman committed Dec 26, 2024
1 parent 0a94b28 commit 15c4091
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 @@ -2,8 +2,8 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.6 FATAL_ERROR)
MESSAGE(STATUS "Using CMake ${CMAKE_VERSION}")

SET(CUBEAILIB_VERSION_MAJOR 0)
SET(CUBEAILIB_VERSION_MINOR 1)
SET(CUBEAILIB_VERSION_PATCH 8)
SET(CUBEAILIB_VERSION_MINOR 2)
SET(CUBEAILIB_VERSION_PATCH 0)
SET(CUBEAILIB_VERSION "${CUBEAILIB_VERSION_MAJOR}.${CUBEAILIB_VERSION_MINOR}.${CUBEAILIB_VERSION_PATCH}")


Expand Down

0 comments on commit 15c4091

Please sign in to comment.