Skip to content

Commit 5ad2fff

Browse files
authored
Merge pull request #94 from cschreib/version
Update version number to 1.1.1
2 parents d7cc8f5 + 116d02e commit 5ad2fff

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.19)
22

3-
project(snitch LANGUAGES CXX VERSION 1.1.0)
3+
project(snitch LANGUAGES CXX VERSION 1.1.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.1.0'
3+
version: '1.1.1'
44
)
55

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

0 commit comments

Comments
 (0)