diff options
| author | Julian Andres Klode <jak@debian.org> | 2024-12-07 17:14:35 +0100 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2024-12-07 17:14:35 +0100 |
| commit | 93325e6c0eedfa16246f7ec0498ed6b3e4c6f553 (patch) | |
| tree | 64c9eba46950a695e65a0c158c26bb84e9d13d5f /CMakeLists.txt | |
| parent | 4063d96cdd9df79e1ca25410be30571d57296779 (diff) | |
Release 2.9.172.9.17
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 09b2bc908..b304cc674 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -207,7 +207,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.16") +set(PACKAGE_VERSION "2.9.17") string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION}) if (NOT DEFINED DPKG_DATADIR) |
