mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-08 02:38:11 +09:00
bump version to 17.10
This will be the Hummingbird release
This commit is contained in:
parent
8def08a56c
commit
b7d15edd9e
2 changed files with 2 additions and 2 deletions
2
.version
2
.version
|
@ -1 +1 @@
|
|||
17.03
|
||||
17.10
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue