summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2017-02-27 20:21:13 +0100
committerRobin Gloster <mail@glob.in>2017-02-27 20:21:13 +0100
commitb7d15edd9e9766612087a112e762b6abb0387b63 (patch)
treec3d62a1608dcd700d750297268506bba37943f96
parent8def08a56cf304fbc55090b280e35b798b72055a (diff)
downloadnixlib-b7d15edd9e9766612087a112e762b6abb0387b63.tar
nixlib-b7d15edd9e9766612087a112e762b6abb0387b63.tar.gz
nixlib-b7d15edd9e9766612087a112e762b6abb0387b63.tar.bz2
nixlib-b7d15edd9e9766612087a112e762b6abb0387b63.tar.lz
nixlib-b7d15edd9e9766612087a112e762b6abb0387b63.tar.xz
nixlib-b7d15edd9e9766612087a112e762b6abb0387b63.tar.zst
nixlib-b7d15edd9e9766612087a112e762b6abb0387b63.zip
bump version to 17.10
This will be the Hummingbird release
-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 6879fa566dd8..6daccccf784d 100644
--- a/.version
+++ b/.version
@@ -1 +1 @@
-17.03
\ No newline at end of file
+17.10
diff --git a/nixos/modules/misc/version.nix b/nixos/modules/misc/version.nix
index bf20e801f61b..315c33a462c6 100644
--- a/nixos/modules/misc/version.nix
+++ b/nixos/modules/misc/version.nix
@@ -95,7 +95,7 @@ in
       nixosVersionSuffix = mkIf (pathIsDirectory gitRepo) (mkDefault (".git." + gitCommitId));
 
       # Note: code names must only increase in alphabetical order.
-      nixosCodeName = "Gorilla";
+      nixosCodeName = "Hummingbird";
     };
 
     # Generate /etc/os-release.  See