diff options
| -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 14204810f..b63132895 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -204,7 +204,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 "3.1.1") +set(PACKAGE_VERSION "3.1.2") string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION}) if (NOT DEFINED DPKG_DATADIR) diff --git a/debian/changelog b/debian/changelog index 205d400f1..c07e684fa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +apt (3.1.2) experimental; urgency=medium + + * solver3: Avoid FTBFS with g++ 14.2 on arm{el,hf} + + -- Julian Andres Klode <jak@debian.org> Tue, 10 Jun 2025 21:16:14 +0200 + apt (3.1.1) experimental; urgency=medium * Bump CMAKE_CXX_STANDARD to 23 and fix code diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent index de3962952..6985dd0a4 100644 --- a/doc/apt-verbatim.ent +++ b/doc/apt-verbatim.ent @@ -268,7 +268,7 @@ "> <!-- this will be updated by 'prepare-release' --> -<!ENTITY apt-product-version "3.1.1"> +<!ENTITY apt-product-version "3.1.2"> <!-- (Code)names for various things used all over the place --> <!ENTITY debian-oldstable-codename "bookworm"> |
