src/CMakeLists.txt: fix internally displayed version

This commit is contained in:
Silvan Calarco 2021-03-14 19:32:24 +01:00
parent 8e94624ef6
commit b8feab5122

View File

@ -20,7 +20,7 @@ list(GET VERSION_LIST 2 RPM_VERSION_MICRO)
add_compile_definitions(
PACKAGE="distromatic"
PACKAGE_NAME="Distromatic"
PACKAGE_VERSION="1.5.0"
PACKAGE_VERSION="${VERSION}"
DEFAULT_CONFIGFILE="/etc/distromatic.conf"
off64_t=__off64_t
RPM_VERSION_MAJOR=${RPM_VERSION_MAJOR}