Skip to content

Commit

Permalink
Merge pull request #815 from matty0ung/usability
Browse files Browse the repository at this point in the history
Bump version numbers for 4.0.3 release
  • Loading branch information
matty0ung committed Aug 27, 2024
2 parents 30c690b + 27659f0 commit 1d91cde
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 1d91cde

Please sign in to comment.