diff options
| author | Julian Andres Klode <jak@debian.org> | 2025-06-10 21:16:43 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2025-06-10 21:16:43 +0200 |
| commit | 63919b628a9bf386136f708f06c1a8a7d4f09fca (patch) | |
| tree | 6dca7444a307a1e90338d80ca375a908f2b30395 /CMakeLists.txt | |
| parent | d9b87e3e2b2615eb3be1e6a4413aa18384f04328 (diff) | |
Release 3.1.23.1.2
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 14204810f..b63132895 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.1") +set(PACKAGE_VERSION "3.1.2") string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION}) if (NOT DEFINED DPKG_DATADIR) |
