Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Meson dependency is not needed in JHBuild modules since the version shipped by the underlying OS (currently, Ubuntu 24.04) is newer than the version stated in JHBuild modules file. - JHBuild provided meson: 1.2.3 - System provided meson: 1.3.2 ```bash $ apt-cache madison meson meson | 1.3.2-1ubuntu1 | http://archive.ubuntu.com/ubuntu noble/universe amd64 Packages meson | 1.3.2-1ubuntu1 | http://archive.ubuntu.com/ubuntu noble/universe Sources ``` ```bash $ git log -1 --pretty="%h %ad %ae %s" --date=short 1.2.3 84e437179 2023-10-17 nirbheek@centricul.. Bump versions to 1.2.3 for release ``` ```bash $ git log -1 --pretty="%h %ad %ae %s" --date=short 1.3.2 614d43623 2024-02-07 nirbheek@centricul.. Bump versions to 1.3.2 for release ```
- Loading branch information