From 94e8234ac92168ffb68a853e11220bff3364d5b5 Mon Sep 17 00:00:00 2001 From: fufexan Date: Fri, 24 Jun 2022 16:45:11 +0000 Subject: [PATCH] [gha] bump flake and meson version --- flake.nix | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 882569a8..cd3e81f7 100644 --- a/flake.nix +++ b/flake.nix @@ -32,7 +32,7 @@ src = inputs.wlroots; }); hyprland = prev.callPackage ./nix/default.nix { - version = "0.5.0beta" + "+date=" + (mkDate (self.lastModifiedDate or "19700101")); + version = "" + "+date=" + (mkDate (self.lastModifiedDate or "19700101")); wlroots = wlroots-hyprland; }; }; diff --git a/meson.build b/meson.build index f75f64fd..47bba6aa 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('Hyprland', 'cpp', 'c', - version : '0.5.0beta', + version : '', default_options : ['warning_level=3', 'cpp_std=c++20', 'default_library=static']) wlroots = subproject('wlroots', default_options: ['examples=false'])