From 96a6575e23b5baebcdd38269b80f47cc02a2627e Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 21 Mar 2025 16:50:15 +0100 Subject: Refactor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 36bf18b..693638c 100644 --- a/src/Makefile +++ b/src/Makefile @@ -4,7 +4,7 @@ CONFIGFILE = config.mk include $(CONFIGFILE) -PACKAGE_STRING = $(PACKAGE) 1.13 +VERSION_STRING = redshift-ng 1.13 OBJ =\ @@ -28,7 +28,7 @@ OBJ =\ CPPFLAGS_STRINGS =\ -D'PACKAGE="$(PACKAGE)"'\ - -D'PACKAGE_STRING="$(PACKAGE_STRING)"'\ + -D'VERSION_STRING="$(VERSION_STRING)"'\ -D'LOCALEDIR="$(LOCALEDIR)"' -- cgit v1.2.3-70-g09d2