Skip to content

Commit

Permalink
Release 2.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-klode committed Aug 14, 2021
1 parent 2f510c5 commit 7dbf6b0
Show file tree
Hide file tree
Showing 5 changed files with 13 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.7")
set(PACKAGE_VERSION "2.3.8")
string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION})

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

* Upload to unstable
* Bump to C++17

-- Julian Andres Klode <jak@debian.org> Sat, 14 Aug 2021 23:51:55 +0200

apt (2.3.7) experimental; urgency=medium

[ David Kalnischkies ]
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.7">
<!ENTITY apt-product-version "2.3.8">

<!-- (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.7\n"
"Project-Id-Version: apt-doc 2.3.8\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
"POT-Creation-Date: 2021-07-29 17:00+0200\n"
"POT-Creation-Date: 2021-08-14 23:51+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.7\n"
"Project-Id-Version: apt 2.3.8\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
"POT-Creation-Date: 2021-07-29 17:00+0200\n"
"POT-Creation-Date: 2021-08-14 23:51+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 7dbf6b0

Please sign in to comment.