Skip to content

Commit

Permalink
bump meson.build version
Browse files Browse the repository at this point in the history
  • Loading branch information
ammen99 committed Jan 29, 2021
1 parent 56e0e80 commit f817098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('wcm', 'c', 'cpp', version : '0.6.0', default_options : 'cpp_std=c++17')
project('wcm', 'c', 'cpp', version : '0.7.0', default_options : 'cpp_std=c++17')

add_global_arguments('-DWAYFIRE_CONFIG_FILE="' + get_option('wayfire_config_file_path') + '"', language : 'cpp')
add_global_arguments('-DWF_SHELL_CONFIG_FILE="' + get_option('wf_shell_config_file_path') + '"', language : 'cpp')
Expand Down

0 comments on commit f817098

Please sign in to comment.