diff options
| author | Julian Andres Klode <jak@debian.org> | 2025-06-24 19:32:09 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2025-06-24 19:32:09 +0200 |
| commit | 95ff30f3976d73b3dcfd60ab7518130252efbb79 (patch) | |
| tree | 5fa06bbd90cf98c0b2d08a3fd6b8c7b045891f63 /CMakeLists.txt | |
| parent | 265d1435c55202a3debc8aa8108f4352616fb1c2 (diff) | |
Release 3.1.33.1.3
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 b63132895..b7e3017b1 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.2") +set(PACKAGE_VERSION "3.1.3") string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION}) if (NOT DEFINED DPKG_DATADIR) |
