diff --git a/flake.nix b/flake.nix index 4cb7c64e..867a7a3f 100644 --- a/flake.nix +++ b/flake.nix @@ -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;}; diff --git a/meson.build b/meson.build index 2ab36e18..7f0773ee 100644 --- a/meson.build +++ b/meson.build @@ -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')