Skip to content

Commit d36a2a8

Browse files
committed
Bump version number
1 parent c3dd9d4 commit d36a2a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.14)
22

3-
project(snitch LANGUAGES CXX VERSION 1.2.0)
3+
project(snitch LANGUAGES CXX VERSION 1.2.1)
44

55
# Maximum lengths.
66
set(SNITCH_MAX_TEST_CASES 5000 CACHE STRING "Maximum number of test cases in a test application.")

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project('snitch', 'cpp',
22
default_options: ['cpp_std=c++20', 'default_library=static'],
3-
version: '1.2.0'
3+
version: '1.2.1'
44
)
55

66
include_dirs = include_directories('.', 'include')

0 commit comments

Comments
 (0)