Changing version in Makefile

pull/2542/head
René Cannaò 6 years ago
parent 60923e24f7
commit b3e945914a

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

Loading…
Cancel
Save