Skip to content

Commit 66a43c0

Browse files
committed
Update version
1 parent 9050fc6 commit 66a43c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14.04
1+
14.10

nixos/modules/misc/version.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ with lib;
5353
mkDefault (if pathExists fn then readFile fn else "master");
5454

5555
# Note: code names must only increase in alphabetical order.
56-
system.nixosCodeName = "Baboon";
56+
system.nixosCodeName = "Caterpillar"
5757

5858
# Generate /etc/os-release. See
5959
# http://0pointer.de/public/systemd-man/os-release.html for the

0 commit comments

Comments
 (0)