diff options
author | David Kalnischkies <david@kalnischkies.de> | 2023-01-29 19:16:24 +0100 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2023-01-30 00:55:30 +0100 |
commit | 7ae8bb8d9942d51bd89fd34af6d2561d7616d393 (patch) | |
tree | f9ff5e5cc198c52290705010f888f5d6b965a83e | |
parent | 7e7eb113587230aeb9fe745b2eeac44e634999f5 (diff) |
Bump codenames in docs in preparation for Debian 12
-rw-r--r-- | doc/apt-verbatim.ent | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent index 1a257d74c..e6b7073ed 100644 --- a/doc/apt-verbatim.ent +++ b/doc/apt-verbatim.ent @@ -277,17 +277,17 @@ <!ENTITY apt-product-version "2.5.5"> <!-- (Code)names for various things used all over the place --> -<!ENTITY debian-oldstable-codename "buster"> -<!ENTITY debian-stable-codename "bullseye"> -<!ENTITY debian-testing-codename "bookworm"> -<!ENTITY debian-stable-version "11"> -<!ENTITY ubuntu-codename "hirsute"> +<!ENTITY debian-oldstable-codename "bullseye"> +<!ENTITY debian-stable-codename "bookworm"> +<!ENTITY debian-testing-codename "trixie"> +<!ENTITY debian-stable-version "12"> +<!ENTITY ubuntu-codename "jammy"> <!-- good and bad just refers to matching and not matching a pattern… It is not a remark about the specific perl version. There is no way perl could be classified "good" (or "bad") in any version… --> -<!ENTITY good-perl "5.20"> -<!ENTITY bad-perl "5.24"> +<!ENTITY good-perl "5.32"> +<!ENTITY bad-perl "5.36"> <!-- Arguments --> <!ENTITY synopsis-arg-option "<arg><option>-o=<replaceable>&synopsis-config-string;</replaceable></option></arg>"> |