summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 10:14:25 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 10:14:25 +0000
commitedafdc433ddb9e583e39e736cc1e635b83ef824b (patch)
treec20881397301beaba5fd9aea0861b118a805f989 /CMakeLists.txt
parentAdding upstream version 2.7.12. (diff)
downloadapt-edafdc433ddb9e583e39e736cc1e635b83ef824b.tar.xz
apt-edafdc433ddb9e583e39e736cc1e635b83ef824b.zip
Adding upstream version 2.7.13.upstream/2.7.13
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 797a17b..9036b3d 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.12")
+set(PACKAGE_VERSION "2.7.13")
string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION})
if (NOT DEFINED DPKG_DATADIR)