We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5cf95f6 + d36a2a8 commit 4e8842aCopy full SHA for 4e8842a
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.14)
2
3
-project(snitch LANGUAGES CXX VERSION 1.2.0)
+project(snitch LANGUAGES CXX VERSION 1.2.1)
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.0'
+ version: '1.2.1'
)
include_dirs = include_directories('.', 'include')
0 commit comments