diff options
| author | Julian Andres Klode <jak@debian.org> | 2025-08-11 17:28:12 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2025-08-11 17:28:12 +0200 |
| commit | 8d9ea25bc7e908f25baee2448e80f6bbd820173f (patch) | |
| tree | 7de1949286631d089f4d9299f388d70f3d764ac0 /CMakeLists.txt | |
| parent | 95ff30f3976d73b3dcfd60ab7518130252efbb79 (diff) | |
Release 3.1.43.1.4
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 b7e3017b1..156f3238b 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.3") +set(PACKAGE_VERSION "3.1.4") string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION}) if (NOT DEFINED DPKG_DATADIR) |
