diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2019-01-22 12:36:37 +0100 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2019-01-22 12:43:15 +0100 |
commit | 2fea01a9f0db4107bfcca79fabe8e11403050d9e (patch) | |
tree | 57e2562fe317dbbe214778ac7e727770e15918fa /doc | |
parent | 3cc995a1318b971aed9f8d9f968d4a0a16ece53b (diff) |
doc/apt-verbatim.ent: Debian buster is stable
Move everything up one "old", and change testing to be
bullseye.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/apt-verbatim.ent | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent index ea21aaf32..b89d9de93 100644 --- a/doc/apt-verbatim.ent +++ b/doc/apt-verbatim.ent @@ -271,10 +271,10 @@ <!ENTITY apt-product-version "1.8.0~alpha3"> <!-- (Code)names for various things used all over the place --> -<!ENTITY debian-oldstable-codename "jessie"> -<!ENTITY debian-stable-codename "stretch"> -<!ENTITY debian-testing-codename "buster"> -<!ENTITY debian-stable-version "9"> +<!ENTITY debian-oldstable-codename "stretch"> +<!ENTITY debian-stable-codename "buster"> +<!ENTITY debian-testing-codename "bullseye"> +<!ENTITY debian-stable-version "10"> <!ENTITY ubuntu-codename "disco"> <!-- good and bad just refers to matching and not matching a pattern… |