diff --git a/CHANGES.markdown b/CHANGES.markdown index c1ac8917..0e80fbb5 100644 --- a/CHANGES.markdown +++ b/CHANGES.markdown @@ -24,7 +24,7 @@ Minor bug fixes for the 4.0.2 release (ie bugs in 4.0.2 are fixed in this 4.0.3 * Inventory not displaying and crash when try to edit [814](https://github.com/Brewtarget/brewtarget/issues/814) ### Release Timestamp -Sun, 25 Aug 2024 04:00:03 +0100 +Tue, 27 Aug 2024 04:00:03 +0100 ## v4.0.2 Minor bug fixes for the 4.0.1 release (ie bugs in 4.0.1 are fixed in this 4.0.2 release). diff --git a/CMakeLists.txt b/CMakeLists.txt index 26a6dfa3..da7b92be 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -104,7 +104,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 4.0.2 LANGUAGES CXX) +project(brewtarget VERSION 4.0.3 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 ce499365..e6736d54 100644 --- a/meson.build +++ b/meson.build @@ -189,7 +189,7 @@ # # project('brewtarget', 'cpp', - version: '4.0.2', + version: '4.0.3', license: 'GPL-3.0-or-later', meson_version: '>=0.60.0', default_options : ['cpp_std=c++20',