diff options
| author | Julian Andres Klode <jak@debian.org> | 2022-02-22 20:01:41 +0100 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2022-02-22 20:01:41 +0100 |
| commit | 409ee5821500f140896715a516ec8ffa008de789 (patch) | |
| tree | a4f5cf523c43893024e7c13e28465a40873f6b89 /CMakeLists.txt | |
| parent | 9ee8797408f0973d71110f9f93c21ad17b6b3a6a (diff) | |
Release 2.4.02.4.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 b8836763d..ad94a67e2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -200,7 +200,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.3.15") +set(PACKAGE_VERSION "2.4.0") string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION}) if (NOT DEFINED DPKG_DATADIR) |
