Skip to content

Commit

Permalink
Bump to 6.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescarni committed Oct 9, 2024
1 parent c7a8277 commit 50ef255
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 @@ -11,7 +11,7 @@ if(NOT CMAKE_BUILD_TYPE)
FORCE)
endif()

project(heyoka VERSION 6.0.0 LANGUAGES CXX C)
project(heyoka VERSION 6.1.0 LANGUAGES CXX C)

list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake" "${CMAKE_CURRENT_SOURCE_DIR}/cmake/yacma")

Expand Down Expand Up @@ -337,7 +337,7 @@ if(HEYOKA_WITH_SLEEF)
endif()

# Setup the heyoka ABI version number.
set(HEYOKA_ABI_VERSION 30)
set(HEYOKA_ABI_VERSION 31)

if(HEYOKA_BUILD_STATIC_LIBRARY)
# Setup of the heyoka static library.
Expand Down

0 comments on commit 50ef255

Please sign in to comment.