From 97ed75403d29ac9bc2ce72ddbb5be10cd75d00b9 Mon Sep 17 00:00:00 2001 From: Corentin Schreiber Date: Sat, 30 Nov 2024 10:41:55 +0000 Subject: [PATCH] Update version number --- CMakeLists.txt | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 36033218..33a9a775 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 4188a5e7..fd44a63e 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 = []