Skip to content

Commit

Permalink
Merge pull request #865 from matty0ung/usability
Browse files Browse the repository at this point in the history
Bump version numbers
  • Loading branch information
matty0ung authored Oct 27, 2024
2 parents 7133992 + 6cc47fd commit cc47b5e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGES.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@ happens, so I'm now setting it to a slightly arbitrary time early in the morning
* Additional methods for calculating IBU
* We'll list other new features here...

## v4.0.9
Bug fixes and minor enhancements.

### New Features
* None

### Bug Fixes
* None
### Release Timestamp
Sat, 26 Oct 2024 04:00:09 +0100

## v4.0.8
Bug fixes and minor enhancements.

Expand All @@ -25,7 +36,7 @@ Bug fixes and minor enhancements.
* Missing libb2-1.dll [863](https://github.com/Brewtarget/brewtarget/issues/863)

### Release Timestamp
Tue, 16 Oct 2024 04:00:08 +0100
Sat, 26 Oct 2024 04:00:08 +0100

## v4.0.7
Bug fixes and minor enhancements.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,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.8 LANGUAGES CXX)
project(brewtarget VERSION 4.0.9 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.8',
version: '4.0.9',
license: 'GPL-3.0-or-later',
meson_version: '>=0.63.0',
default_options : ['cpp_std=c++20',
Expand Down

0 comments on commit cc47b5e

Please sign in to comment.