about summary refs log tree commit diff
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2014-04-23 08:02:18 -0400
committerShea Levy <shea@shealevy.com>2014-04-23 08:02:18 -0400
commit66a43c01596b9bf80cfbf7a77ac5fc1fd6af16e2 (patch)
tree2c6730bf43050754ba5b726634bf8c804e1e8403
parent9050fc61686fd48fdc9dabe2faf3bd6ebfa6c0c9 (diff)
downloadnixlib-66a43c01596b9bf80cfbf7a77ac5fc1fd6af16e2.tar
nixlib-66a43c01596b9bf80cfbf7a77ac5fc1fd6af16e2.tar.gz
nixlib-66a43c01596b9bf80cfbf7a77ac5fc1fd6af16e2.tar.bz2
nixlib-66a43c01596b9bf80cfbf7a77ac5fc1fd6af16e2.tar.lz
nixlib-66a43c01596b9bf80cfbf7a77ac5fc1fd6af16e2.tar.xz
nixlib-66a43c01596b9bf80cfbf7a77ac5fc1fd6af16e2.tar.zst
nixlib-66a43c01596b9bf80cfbf7a77ac5fc1fd6af16e2.zip
Update version
-rw-r--r--.version2
-rw-r--r--nixos/modules/misc/version.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/.version b/.version
index af805b45bd8d..d3a61dbd8309 100644
--- a/.version
+++ b/.version
@@ -1 +1 @@
-14.04
\ No newline at end of file
+14.10
\ No newline at end of file
diff --git a/nixos/modules/misc/version.nix b/nixos/modules/misc/version.nix
index 67bafac4c455..53909b4e079c 100644
--- a/nixos/modules/misc/version.nix
+++ b/nixos/modules/misc/version.nix
@@ -53,7 +53,7 @@ with lib;
       mkDefault (if pathExists fn then readFile fn else "master");
 
     # Note: code names must only increase in alphabetical order.
-    system.nixosCodeName = "Baboon";
+    system.nixosCodeName = "Caterpillar"
 
     # Generate /etc/os-release.  See
     # http://0pointer.de/public/systemd-man/os-release.html for the