Skip to content

Commit

Permalink
Bump to version 6.0.0 for development.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescarni committed Aug 4, 2024
1 parent 5e4cd3a commit d63c749
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 5.1.0 LANGUAGES CXX C)
project(heyoka VERSION 6.0.0 LANGUAGES CXX C)

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

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

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

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

0 comments on commit d63c749

Please sign in to comment.