diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2023-09-16 13:32:33 +0200 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2023-09-16 13:32:45 +0200 |
commit | be7923af51b805da3d6e3068085de78f51663d77 (patch) | |
tree | 2913f2ec77422c444a3fd570a7913dfdb4d02c03 | |
parent | 779ab71d479bbe605ae6c231a84cb4997d2811cc (diff) |
Release 2.7.52.7.5
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | doc/apt-verbatim.ent | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c63aad94a..188db292d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -206,7 +206,7 @@ endif() # Configure some variables like package, version and architecture. set(PACKAGE ${PROJECT_NAME}) set(PACKAGE_MAIL "APT Development Team <deity@lists.debian.org>") -set(PACKAGE_VERSION "2.7.4") +set(PACKAGE_VERSION "2.7.5") string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION}) if (NOT DEFINED DPKG_DATADIR) diff --git a/debian/changelog b/debian/changelog index 5c2affe68..aa566d9f3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +apt (2.7.5) unstable; urgency=medium + + * doc/po/nl.po: Fix spurious translation of docbook tag + + -- Julian Andres Klode <jak@debian.org> Sat, 16 Sep 2023 13:32:18 +0200 + apt (2.7.4) unstable; urgency=medium [ Julian Andres Klode ] diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent index 1ccb771fe..0d3c257e6 100644 --- a/doc/apt-verbatim.ent +++ b/doc/apt-verbatim.ent @@ -274,7 +274,7 @@ "> <!-- this will be updated by 'prepare-release' --> -<!ENTITY apt-product-version "2.7.4"> +<!ENTITY apt-product-version "2.7.5"> <!-- (Code)names for various things used all over the place --> <!ENTITY debian-oldstable-codename "bullseye"> |