diff options
| author | Julian Andres Klode <julian.klode@canonical.com> | 2024-05-14 13:17:31 +0200 |
|---|---|---|
| committer | Julian Andres Klode <julian.klode@canonical.com> | 2024-05-14 13:17:31 +0200 |
| commit | 17ea3fcddfd05534997cd1537afd5b04f3866bd6 (patch) | |
| tree | b4a8b085cdaa3ad243d1c115bbbb807a512e1eb7 /CMakeLists.txt | |
| parent | 422fb4f9637d0164dec9e55dc3df56c89af65a64 (diff) | |
Release 2.9.32.9.3
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 11b614af5..6b2998466 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.2") +set(PACKAGE_VERSION "2.9.3") string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION}) if (NOT DEFINED DPKG_DATADIR) |
