diff options
| author | Julian Andres Klode <jak@debian.org> | 2026-05-01 18:42:13 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2026-05-01 18:42:13 +0200 |
| commit | 57cff6ed0173999f28fb421df9ee9ee3bf90df2d (patch) | |
| tree | f40d83be5741139f0dee0ef9d67119ba65935712 /CMakeLists.txt | |
| parent | f54be3edba84a7bebd86e6262463a04a749f18e6 (diff) | |
Release 3.3.03.3.0
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 e3b6587f5..6a6d26ae2 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.2.0") +set(PACKAGE_VERSION "3.3.0") string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION}) if (NOT DEFINED DPKG_DATADIR) |
