diff options
| author | Julian Andres Klode <jak@debian.org> | 2025-09-26 19:05:46 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2025-09-26 19:06:16 +0200 |
| commit | ddfd20559b66e2878cc256d7da068d5058453a53 (patch) | |
| tree | 9e0603e6f6be0ef6d843e42d904612da51876461 /CMakeLists.txt | |
| parent | 771d3e1d82cdf9286a002ef379a3edc7d62688f3 (diff) | |
Release 3.1.63.1.6
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 80b26e340..026268994 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.5") +set(PACKAGE_VERSION "3.1.6") string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION}) if (NOT DEFINED DPKG_DATADIR) |
