Skip to content

Commit

Permalink
Bump to 7.1.0 for devel.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescarni committed Jan 1, 2025
1 parent d2c29f5 commit 637b4a6
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 7.0.0 LANGUAGES CXX C)
project(heyoka VERSION 7.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 @@ -330,7 +330,7 @@ if(HEYOKA_WITH_SLEEF)
endif()

# Setup the heyoka ABI version number.
set(HEYOKA_ABI_VERSION 32)
set(HEYOKA_ABI_VERSION 33)

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

0 comments on commit 637b4a6

Please sign in to comment.