We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 675885f commit 97ed754Copy full SHA for 97ed754
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.14)
2
3
-project(snitch LANGUAGES CXX VERSION 1.2.6)
+project(snitch LANGUAGES CXX VERSION 1.3.0)
4
5
# Maximum lengths.
6
set(SNITCH_MAX_TEST_CASES 5000 CACHE STRING "Maximum number of test cases in a test application.")
meson.build
project('snitch', 'cpp',
default_options: ['cpp_std=c++20', 'default_library=static'],
- version: '1.2.6'
+ version: '1.3.0'
)
cpp_arguments = []
0 commit comments