Skip to content

Commit

Permalink
bump project major version
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Dec 9, 2023
1 parent 9fe4afc commit faaf6b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numcu/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.24 FATAL_ERROR)
if(NOT DEFINED SKBUILD_PROJECT_VERSION)
set(SKBUILD_PROJECT_VERSION 0 CACHE STRING "version" FORCE)
set(SKBUILD_PROJECT_VERSION 1 CACHE STRING "version" FORCE)
endif()
string(REGEX REPLACE [[([0-9]+)\.([0-9]+)\.([0-9]+).*]] [[\1.\2.\3]] SKBUILD_PROJECT_VERSION "${SKBUILD_PROJECT_VERSION}")
project(numcu LANGUAGES C CXX VERSION "${SKBUILD_PROJECT_VERSION}")
Expand Down

0 comments on commit faaf6b0

Please sign in to comment.