diff --git a/CMakeLists.txt b/CMakeLists.txt index 4913ed7a..d6d2d4fe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.14) -project(snitch LANGUAGES CXX VERSION 1.2.4) +project(snitch LANGUAGES CXX VERSION 1.2.5) # Maximum lengths. set(SNITCH_MAX_TEST_CASES 5000 CACHE STRING "Maximum number of test cases in a test application.") diff --git a/meson.build b/meson.build index 0b162eea..41419361 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('snitch', 'cpp', default_options: ['cpp_std=c++20', 'default_library=static'], - version: '1.2.4' + version: '1.2.5' ) cpp_arguments = []