Skip to content

Commit be7923a

Browse files
committed
Release 2.7.5
1 parent 779ab71 commit be7923a

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ endif()
206206
# Configure some variables like package, version and architecture.
207207
set(PACKAGE ${PROJECT_NAME})
208208
set(PACKAGE_MAIL "APT Development Team <[email protected]>")
209-
set(PACKAGE_VERSION "2.7.4")
209+
set(PACKAGE_VERSION "2.7.5")
210210
string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION})
211211

212212
if (NOT DEFINED DPKG_DATADIR)

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
apt (2.7.5) unstable; urgency=medium
2+
3+
* doc/po/nl.po: Fix spurious translation of docbook tag
4+
5+
-- Julian Andres Klode <[email protected]> Sat, 16 Sep 2023 13:32:18 +0200
6+
17
apt (2.7.4) unstable; urgency=medium
28

39
[ Julian Andres Klode ]

doc/apt-verbatim.ent

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@
274274
">
275275

276276
<!-- this will be updated by 'prepare-release' -->
277-
<!ENTITY apt-product-version "2.7.4">
277+
<!ENTITY apt-product-version "2.7.5">
278278

279279
<!-- (Code)names for various things used all over the place -->
280280
<!ENTITY debian-oldstable-codename "bullseye">

0 commit comments

Comments
 (0)