nix & meson: 0.6.0 -> 0.6.2

This commit is contained in:
Mihai Fufezan 2022-06-29 14:50:19 +03:00
parent cbf3595e96
commit dc83110c05
No known key found for this signature in database
GPG Key ID: 5899325F2F120900
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
project('Hyprland', 'cpp', 'c',
version : '0.6.0beta',
version : '0.6.2beta',
default_options : ['warning_level=3', 'cpp_std=c++20', 'default_library=static'])
wlroots = subproject('wlroots', default_options: ['examples=false'])