From 561f56bd2a0508ac086b92305829dcb8f00a1dd9 Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Fri, 1 Nov 2013 09:16:36 +0100 Subject: [PATCH] Next release will be 14.02 Baboon --- .version | 2 +- nixos/modules/misc/version.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 381796ec8b7..07167f90842 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -13.10 \ No newline at end of file +14.02 \ No newline at end of file diff --git a/nixos/modules/misc/version.nix b/nixos/modules/misc/version.nix index 2fa95563e9a..ae9fb5fb2a0 100644 --- a/nixos/modules/misc/version.nix +++ b/nixos/modules/misc/version.nix @@ -53,7 +53,7 @@ with pkgs.lib; mkDefault (if pathExists fn then readFile fn else "master"); # Note: code names must only increase in alphabetical order. - system.nixosCodeName = "Aardvark"; + system.nixosCodeName = "Baboon"; # Generate /etc/os-release. See # http://0pointer.de/public/systemd-man/os-release.html for the