Skip to content

Commit

Permalink
Update version number to 0.1.2 for upcoming hot patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinzii committed Mar 14, 2024
1 parent 252be05 commit e52bccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.18)

set(CCMATH_BUILD_VERSION 0.1.1)
set(CCMATH_BUILD_VERSION 0.1.2)
set(INTERNAL_PROJ_DEFAULT_NAME ccmath)

project(${INTERNAL_PROJ_DEFAULT_NAME} VERSION ${CCMATH_BUILD_VERSION})
Expand Down

0 comments on commit e52bccf

Please sign in to comment.