Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Piper 0.8 #948

Merged
merged 1 commit into from
Sep 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
project('piper',
version: '0.7',
version: '0.8',
license: 'GPL-2.0-or-later',
meson_version: '>= 0.51.0')
# The tag date of the project_version(), update when the version bumps.
version_date='2022-06-22'
version_date='2024-09-24'

# The DBus API version of ratbagd that we are compatible with. Anything
# higher or lower will not be compatible so make sure you bumpt that to the
Expand All @@ -17,7 +17,7 @@ enable_runtime_dependency_checks = get_option('runtime-dependency-checks')
# Dependencies
if enable_runtime_dependency_checks
ratbagd = find_program('ratbagd', required: false)
ratbagd_required_version='0.17'
ratbagd_required_version='0.18'

if not ratbagd.found()
message('''
Expand Down
Loading