Skip to content

Commit

Permalink
build: Bump project version
Browse files Browse the repository at this point in the history
  • Loading branch information
soreau committed Jan 15, 2023
1 parent 282ceff commit b725da3
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.7.0', default_options : 'cpp_std=c++17')
project('wcm', 'c', 'cpp', version : '0.7.5', 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 b725da3

Please sign in to comment.