diff options
| author | Julian Andres Klode <jak@debian.org> | 2025-10-26 09:32:10 +0100 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2025-10-26 09:32:10 +0100 |
| commit | ea9c5cb3036aa907566e7992263e04c88415aba1 (patch) | |
| tree | f79128aeab6dd2b66c3f1a2d8d263cf839f4ed13 /CMakeLists.txt | |
| parent | 22786e32b613518ae3a5cd07e9e2f1419b2c6552 (diff) | |
Release 3.1.113.1.11
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 89baee397..756e4947c 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.10") +set(PACKAGE_VERSION "3.1.11") string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION}) if (NOT DEFINED DPKG_DATADIR) |
