Skip to content

Commit

Permalink
bump meson.build to 0.9.0 (development version) (#1938)
Browse files Browse the repository at this point in the history
  • Loading branch information
ammen99 authored Oct 7, 2023
1 parent d0ac92a commit 9d9a6d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ project(
'wayfire',
'c',
'cpp',
version: '0.8.0',
version: '0.9.0',
license: 'MIT',
meson_version: '>=0.56.0',
default_options: [
Expand Down Expand Up @@ -58,10 +58,10 @@ if get_option('use_system_wfconfig').disabled()

elif get_option('use_system_wfconfig').enabled()
use_system_wfconfig = true
wfconfig = dependency('wf-config', version: ['>=0.8.0', '<0.9.0'], required: true)
wfconfig = dependency('wf-config', version: ['>=0.9.0', '<0.10.0'], required: true)

elif get_option('use_system_wfconfig').auto()
wfconfig = dependency('wf-config', version: ['>=0.8.0', '<0.9.0'], required: false)
wfconfig = dependency('wf-config', version: ['>=0.9.0', '<0.10.0'], required: false)
use_system_wfconfig = true
if not wfconfig.found()
use_system_wfconfig = false
Expand Down
2 changes: 1 addition & 1 deletion subprojects/wf-config
Submodule wf-config updated 1 files
+1 −1 meson.build

0 comments on commit 9d9a6d8

Please sign in to comment.