diff options
| author | Julian Andres Klode <jak@debian.org> | 2025-10-04 14:30:16 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2025-10-04 14:30:16 +0200 |
| commit | a9d40153f823bb1f4e1103d760f5d117d679c35b (patch) | |
| tree | 9bce8aebc4fd55c17cc4de3897ac0be7f2e66982 /CMakeLists.txt | |
| parent | 02ee82958b5caef9efb49992870d149907869893 (diff) | |
Release 3.1.83.1.8
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 249c978a8..cd59b8acd 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.7") +set(PACKAGE_VERSION "3.1.8") string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION}) if (NOT DEFINED DPKG_DATADIR) |
