Update Makefile

bump version to v2.4.3
pull/3894/merge 2.4.3
Miro Stauder 4 years ago committed by GitHub
parent a0da863e17
commit f1b25b8398
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -39,7 +39,7 @@ DEBUG=${ALL_DEBUG}
#export OPTZ
#export EXTRALINK
export MAKE
export CURVER?=2.4.2
export CURVER?=2.4.3
ifneq (,$(wildcard /etc/os-release))
DISTRO := $(shell gawk -F= '/^NAME/{print $$2}' /etc/os-release)
else

Loading…
Cancel
Save