From 268a211c3ef88bbbd7fe02a242bc3d43077eb885 Mon Sep 17 00:00:00 2001 From: Matt Young Date: Fri, 29 Dec 2023 08:35:43 +0100 Subject: [PATCH] Bump version numbers after 3.0.10 release --- CMakeLists.txt | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e58700652..d4c7f4f26 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/meson.build b/meson.build index ef2beb2f4..03a6470a4 100644 --- a/meson.build +++ b/meson.build @@ -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',