Skip to content

Commit

Permalink
Merge pull request #783 from matty0ung/3.0.11
Browse files Browse the repository at this point in the history
Bump version numbers after 3.0.10 release
  • Loading branch information
matty0ung authored Dec 29, 2023
2 parents 7b4cb48 + 268a211 commit a3ff2b3
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 a3ff2b3

Please sign in to comment.