diff --git a/CMakeLists.txt b/CMakeLists.txt index fac39d5..5b60c17 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.14) -project(snitch LANGUAGES CXX VERSION 1.2.6) +project(snitch LANGUAGES CXX VERSION 1.3.0) # 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 e3ff3fa..e0b7e65 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.6' + version: '1.3.0' ) cpp_arguments = []