diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 08:04:53 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 08:04:53 +0000 |
commit | fc49787d356473e9e62b0748d9deb10cc81af4f0 (patch) | |
tree | b9aef9dbc5853a7928757f852a0860b85454dfcf /CMake | |
parent | Adding upstream version 2.9.7. (diff) | |
download | apt-upstream/2.9.8.tar.xz apt-upstream/2.9.8.zip |
Adding upstream version 2.9.8.upstream/2.9.8upstream
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 12a4ab2..06e3fc9 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.7") +set(PACKAGE_VERSION "2.9.8") string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION}) if (NOT DEFINED DPKG_DATADIR) |