diff options
author | Mihai Fufezan <[email protected]> | 2022-08-26 19:48:22 +0300 |
---|---|---|
committer | Mihai Fufezan <[email protected]> | 2022-08-26 19:48:22 +0300 |
commit | 80d522cb261eac6877a02f498b17e1180568281e (patch) | |
tree | dcffe6c7e35dcec54db2de816d2be0424bf71473 /meson.build | |
parent | dbd774fedb21fa55a23a741cc0ecaf1be556e6aa (diff) | |
download | Hyprland-80d522cb261eac6877a02f498b17e1180568281e.tar.gz Hyprland-80d522cb261eac6877a02f498b17e1180568281e.zip |
nix & meson: update version to 0.11.1
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index a29c6228..e2eeb24c 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('Hyprland', 'cpp', 'c', - version : '0.10.0beta', + version : '0.11.1beta', default_options : [ 'warning_level=2', 'default_library=static', |