src/CMakeLists.txt: fix internally displayed version
This commit is contained in:
parent
8e94624ef6
commit
b8feab5122
@ -20,7 +20,7 @@ list(GET VERSION_LIST 2 RPM_VERSION_MICRO)
|
|||||||
add_compile_definitions(
|
add_compile_definitions(
|
||||||
PACKAGE="distromatic"
|
PACKAGE="distromatic"
|
||||||
PACKAGE_NAME="Distromatic"
|
PACKAGE_NAME="Distromatic"
|
||||||
PACKAGE_VERSION="1.5.0"
|
PACKAGE_VERSION="${VERSION}"
|
||||||
DEFAULT_CONFIGFILE="/etc/distromatic.conf"
|
DEFAULT_CONFIGFILE="/etc/distromatic.conf"
|
||||||
off64_t=__off64_t
|
off64_t=__off64_t
|
||||||
RPM_VERSION_MAJOR=${RPM_VERSION_MAJOR}
|
RPM_VERSION_MAJOR=${RPM_VERSION_MAJOR}
|
||||||
|
Loading…
Reference in New Issue
Block a user