diff options
| author | Julian Andres Klode <jak@debian.org> | 2026-05-17 21:22:40 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2026-05-17 21:22:40 +0200 |
| commit | 6014db70d590cd34516acd3069c578d9bf8fdb17 (patch) | |
| tree | 5039013027be15343ee48f78288f43c37773c1ef /CMakeLists.txt | |
| parent | 77f2f71d962eb38f20c3e06233173956dd31f5d7 (diff) | |
Release 3.3.13.3.1
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 6a6d26ae2..6f91a6cb6 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.3.0") +set(PACKAGE_VERSION "3.3.1") string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION}) if (NOT DEFINED DPKG_DATADIR) |
