Skip to content

Commit

Permalink
Merge pull request #124 from cschreib/cmake
Browse files Browse the repository at this point in the history
Bump version number
  • Loading branch information
cschreib authored Sep 3, 2023
2 parents 5cf95f6 + d36a2a8 commit 4e8842a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.14)

project(snitch LANGUAGES CXX VERSION 1.2.0)
project(snitch LANGUAGES CXX VERSION 1.2.1)

# Maximum lengths.
set(SNITCH_MAX_TEST_CASES 5000 CACHE STRING "Maximum number of test cases in a test application.")
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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')
Expand Down

0 comments on commit 4e8842a

Please sign in to comment.