diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 10:18:28 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 10:18:28 +0000 |
commit | 3e0e6581dd3d3a453b60d6acd3ca3147c715c456 (patch) | |
tree | be274b0772a30fcb2a94e350e531317f4682d833 /CMakeLists.txt | |
parent | Adding debian version 2.7.14. (diff) | |
download | apt-3e0e6581dd3d3a453b60d6acd3ca3147c715c456.tar.xz apt-3e0e6581dd3d3a453b60d6acd3ca3147c715c456.zip |
Merging upstream version 2.9.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3a2677f..2a3b78c 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.14") +set(PACKAGE_VERSION "2.9.0") string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION}) if (NOT DEFINED DPKG_DATADIR) |