From 58789a2e84042875cb1556fbb430a5af5e370e86 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Thu, 6 Jun 2024 04:41:47 -0500 Subject: Makefile: Update base version, define in C Allows us to have access to the abuild version we are from the compiled C utilities. Also update the defined version to what we last released. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9595696..541527c 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PACKAGE := abuild -VERSION := 3.3.1 +VERSION := 3.4.2 prefix ?= /usr bindir ?= $(prefix)/bin @@ -75,7 +75,7 @@ clean: -@rm -r tests/newapkbuild/* %.o: %.c - $(CC) $(CPPFLAGS) $(CFLAGS) $(CFLAGS-$@) -o $@ -c $< + $(CC) $(CPPFLAGS) $(CFLAGS) $(CFLAGS-$@) -DVERSTR=\"$(FULL_VERSION)\" -o $@ -c $< abuild-sudo: abuild-sudo.o $(LINK) -- cgit v1.2.3-60-g2f50