diff options
| author | Julian Andres Klode <jak@debian.org> | 2026-04-07 11:02:53 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2026-04-07 11:07:23 +0200 |
| commit | 6cc5779d18baf520278952aed504b9d9b168a4bd (patch) | |
| tree | 2db4555755f19ce15dd4e36d5d41bfbf86b8ab27 /CMakeLists.txt | |
| parent | 94ff66799a94576ff8003b99d78be6765e6f4500 (diff) | |
Release 3.2.03.2.0
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 870510225..e3b6587f5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -204,7 +204,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 "3.1.16") +set(PACKAGE_VERSION "3.2.0") string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION}) if (NOT DEFINED DPKG_DATADIR) |
