diff options
| author | Julian Andres Klode <jak@debian.org> | 2025-10-25 22:53:19 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2025-10-25 22:53:44 +0200 |
| commit | 1da5869dbf2b903e8b46a26225340c5b9615ede1 (patch) | |
| tree | 8fd98eae97dcd39524356892ab66557ee11651c0 /CMakeLists.txt | |
| parent | effd872a512beeaee314c2761640ef0b8e973b3d (diff) | |
Release 3.1.103.1.10
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 4f2102696..89baee397 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.9") +set(PACKAGE_VERSION "3.1.10") string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION}) if (NOT DEFINED DPKG_DATADIR) |
