mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 17:25:59 +01:00
nix & meson: update version to 0.10.0
This commit is contained in:
parent
aa39653ea1
commit
2d33d4aebc
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@
|
|||
});
|
||||
hyprland = prev.callPackage ./nix/default.nix {
|
||||
stdenv = prev.gcc12Stdenv;
|
||||
version = "0.9.1beta" + "+date=" + (mkDate (self.lastModifiedDate or "19700101"));
|
||||
version = "0.10.0beta" + "+date=" + (mkDate (self.lastModifiedDate or "19700101"));
|
||||
wlroots = wlroots-hyprland;
|
||||
};
|
||||
hyprland-debug = hyprland.override {debug = true;};
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
project('Hyprland', 'cpp', 'c',
|
||||
version : '0.8.1beta',
|
||||
version : '0.10.0beta',
|
||||
default_options : ['warning_level=2', 'default_library=static', 'optimization=3'])
|
||||
|
||||
add_global_arguments('-std=c++23', language: 'cpp')
|
||||
|
|
Loading…
Reference in a new issue