We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a570b90 + 97ed754 commit f40e2dfCopy full SHA for f40e2df
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