summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2018-03-14 15:06:31 +0100
committerVladimír Čunát <vcunat@gmail.com>2018-03-14 15:13:34 +0100
commiteb0fa09232a35148aaffcfbfb900663a166a11bf (patch)
tree87ba3ea77d6045aeabf3a829ccb72ebd10559e74 /nixos
parentfabbf35d8dcc31fd1f5d9f4ff55fcf48d3746f9e (diff)
downloadnixlib-eb0fa09232a35148aaffcfbfb900663a166a11bf.tar
nixlib-eb0fa09232a35148aaffcfbfb900663a166a11bf.tar.gz
nixlib-eb0fa09232a35148aaffcfbfb900663a166a11bf.tar.bz2
nixlib-eb0fa09232a35148aaffcfbfb900663a166a11bf.tar.lz
nixlib-eb0fa09232a35148aaffcfbfb900663a166a11bf.tar.xz
nixlib-eb0fa09232a35148aaffcfbfb900663a166a11bf.tar.zst
nixlib-eb0fa09232a35148aaffcfbfb900663a166a11bf.zip
18.09: let's call it "Jackrabbit"
I was mainly considering Jellyfish and Jaguar (and Jackrabbit).
Originally I was inclined for Jellyfish, but then I thought of the
release T-shirts someone makes and it didn't seem suitable...
Jaguar would keep the name referring to a car as well, but as a
not-too-old (Mac) OS version is codenamed that way, I didn't go for it.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/release-notes/rl-1809.xml2
-rw-r--r--nixos/modules/misc/version.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/nixos/doc/manual/release-notes/rl-1809.xml b/nixos/doc/manual/release-notes/rl-1809.xml
index f44d9cad52f0..55f294e39571 100644
--- a/nixos/doc/manual/release-notes/rl-1809.xml
+++ b/nixos/doc/manual/release-notes/rl-1809.xml
@@ -4,7 +4,7 @@
          version="5.0"
          xml:id="sec-release-18.09">
 
-<title>Release 18.09 (“??”, 2018/09/??)</title>
+<title>Release 18.09 (“Jackrabbit”, 2018/09/??)</title>
 
 <section xmlns="http://docbook.org/ns/docbook"
          xmlns:xlink="http://www.w3.org/1999/xlink"
diff --git a/nixos/modules/misc/version.nix b/nixos/modules/misc/version.nix
index 6af584250a70..957eeb90850f 100644
--- a/nixos/modules/misc/version.nix
+++ b/nixos/modules/misc/version.nix
@@ -86,7 +86,7 @@ in
       versionSuffix = mkIf (pathIsDirectory gitRepo) (mkDefault (".git." + gitCommitId));
 
       # Note: code names must only increase in alphabetical order.
-      codeName = "Impala";
+      codeName = "Jackrabbit";
     };
 
     # Generate /etc/os-release.  See