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