diff options
| author | Julian Andres Klode <julian.klode@canonical.com> | 2023-05-02 16:46:14 +0200 |
|---|---|---|
| committer | Julian Andres Klode <julian.klode@canonical.com> | 2023-05-02 16:46:14 +0200 |
| commit | 9da15d149f97e0f26cf5b7e32405512a5e63523c (patch) | |
| tree | 04955bf30b37b64a8d067b225f45804e0404cc74 /CMakeLists.txt | |
| parent | ed818cfe5c53503f8096056f599e639a9308b3da (diff) | |
Release 2.7.02.7.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 668e2d762..1711a3a87 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -205,7 +205,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 "2.6.0") +set(PACKAGE_VERSION "2.7.0") string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION}) if (NOT DEFINED DPKG_DATADIR) |
