Fix Meson version comparison for Wine 8.0 final

This closes #233.
This commit is contained in:
Robbert van der Helm
2023-01-27 19:37:24 +01:00
parent 4d3ca1d129
commit 29acd40a9a
2 changed files with 12 additions and 1 deletions
+8
View File
@@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Fixed
- Configuring the Meson build now works correctly on Wine 8.0 final. Meson's
version comparison function considers `8.0` to be a lower version than
`8.0rc2`.
## [5.0.3] - 2022-12-23
### Changed