diff --git a/flake.nix b/flake.nix index 0fa5fcfb..5ad90c4a 100644 --- a/flake.nix +++ b/flake.nix @@ -33,7 +33,7 @@ }); hyprland = prev.callPackage ./nix/default.nix { stdenv = prev.gcc12Stdenv; - version = "0.6.2beta" + "+date=" + (mkDate (self.lastModifiedDate or "19700101")); + version = "0.7.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 498a6274..294b1ef6 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('Hyprland', 'cpp', 'c', - version : '0.6.2beta', + version : '0.7.0beta', default_options : ['warning_level=2', 'default_library=static', 'optimization=3']) add_global_arguments('-std=c++23', language: 'cpp')