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