Skip to content

Commit f40e2df

Browse files
authored
Merge pull request #198 from snitch-org/cschreib/version
Update version number
2 parents a570b90 + 97ed754 commit f40e2df

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.6)
3+
project(snitch LANGUAGES CXX VERSION 1.3.0)
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.6'
3+
version: '1.3.0'
44
)
55

66
cpp_arguments = []

0 commit comments

Comments
 (0)