Skip to content

Commit

Permalink
Merge pull request #154 from snitch-org/version
Browse files Browse the repository at this point in the history
Bump version number
  • Loading branch information
cschreib authored Jan 16, 2024
2 parents aa2c6ed + 29a3ffc commit 2f62308
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.3)
project(snitch LANGUAGES CXX VERSION 1.2.4)

# 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.3'
version: '1.2.4'
)

cpp_arguments = []
Expand Down

0 comments on commit 2f62308

Please sign in to comment.