diff options
author | Mattias Andrée <m@maandree.se> | 2025-03-21 16:50:15 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-03-21 16:50:15 +0100 |
commit | 96a6575e23b5baebcdd38269b80f47cc02a2627e (patch) | |
tree | 0561580306c882e0e7a4f76c542130bb7ee44537 /src/Makefile | |
parent | Refactor (diff) | |
download | redshift-ng-96a6575e23b5baebcdd38269b80f47cc02a2627e.tar.gz redshift-ng-96a6575e23b5baebcdd38269b80f47cc02a2627e.tar.bz2 redshift-ng-96a6575e23b5baebcdd38269b80f47cc02a2627e.tar.xz |
Refactor
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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)"' |