diff options
| author | Julian Andres Klode <julian.klode@canonical.com> | 2024-07-30 13:19:29 +0900 |
|---|---|---|
| committer | Julian Andres Klode <julian.klode@canonical.com> | 2024-07-30 13:33:03 +0900 |
| commit | 0993ad68241d3d2eaa3dd99a5e9667e9b68275c6 (patch) | |
| tree | 7fcb40249e88d36a6274306a9379ac0dc0ce94ab /CMakeLists.txt | |
| parent | d0e8f39437afdd557a8712047e1fc494fde9209e (diff) | |
Release 2.9.72.9.7
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 1998ca889..12a4ab227 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.6") +set(PACKAGE_VERSION "2.9.7") string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION}) if (NOT DEFINED DPKG_DATADIR) |
