From b58c51f8d6df59506576af02baec376afab45624 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 7 Oct 2021 17:46:00 +0200 Subject: [PATCH] Set version --- .version | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 7208c2182..9f53abce4 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.4 \ No newline at end of file +2.4pre-rc1 \ No newline at end of file diff --git a/flake.nix b/flake.nix index 26a83e64c..a834448ce 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,7 @@ then "" else "pre${builtins.substring 0 8 (self.lastModifiedDate or self.lastModified or "19700101")}_${self.shortRev or "dirty"}"; - officialRelease = false; + officialRelease = true; linux64BitSystems = [ "x86_64-linux" "aarch64-linux" ]; linuxSystems = linux64BitSystems ++ [ "i686-linux" ];