Skip to content

Commit

Permalink
Bump version numbers after 3.0.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Young committed Dec 29, 2023
1 parent 574f5e3 commit 268a211
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
Expand Up @@ -106,7 +106,7 @@ endif()
#=======================================================================================================================
# It's simplest to keep the project name all lower-case as it means we can use a lot more of the default settings for
# Linux packaging (where directory names etc are expected to be all lower-case).
project(brewtarget VERSION 3.0.10 LANGUAGES CXX)
project(brewtarget VERSION 3.0.11 LANGUAGES CXX)
message(STATUS "Building ${PROJECT_NAME} version ${PROJECT_VERSION}")
message(STATUS "PROJECT_SOURCE_DIR is ${PROJECT_SOURCE_DIR}")
# Sometimes we do need the capitalised version of the project name
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
#
#
project('brewtarget', 'cpp',
version: '3.0.10',
version: '3.0.11',
license: 'GPL-3.0-or-later',
meson_version: '>=0.60.0',
default_options : ['cpp_std=c++20',
Expand Down

0 comments on commit 268a211

Please sign in to comment.