Skip to content

Commit

Permalink
Release 2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-klode committed May 17, 2021
1 parent 81eb944 commit aeae140
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,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.3.4")
set(PACKAGE_VERSION "2.3.5")
string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION})

if (NOT DEFINED DPKG_DATADIR)
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
apt (2.3.5) experimental; urgency=medium

* policy: Apply phasing to uninstalled packages too (LP: #1925745)

-- Julian Andres Klode <jak@debian.org> Mon, 17 May 2021 11:43:23 +0200

apt (2.3.4) experimental; urgency=medium

[ Khem Raj ]
Expand Down
2 changes: 1 addition & 1 deletion doc/apt-verbatim.ent
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@
">

<!-- this will be updated by 'prepare-release' -->
<!ENTITY apt-product-version "2.3.4">
<!ENTITY apt-product-version "2.3.5">

<!-- (Code)names for various things used all over the place -->
<!ENTITY debian-oldstable-codename "buster">
Expand Down
4 changes: 2 additions & 2 deletions doc/po/apt-doc.pot
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: apt-doc 2.3.4\n"
"Project-Id-Version: apt-doc 2.3.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
"POT-Creation-Date: 2021-05-12 18:05+0200\n"
"POT-Creation-Date: 2021-05-17 11:43+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down
4 changes: 2 additions & 2 deletions po/apt-all.pot
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: apt 2.3.4\n"
"Project-Id-Version: apt 2.3.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
"POT-Creation-Date: 2021-05-12 18:05+0200\n"
"POT-Creation-Date: 2021-05-17 11:43+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down

0 comments on commit aeae140

Please sign in to comment.