We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3dd9d4 commit d36a2a8Copy full SHA for d36a2a8
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