We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15e007b commit 70336d4Copy full SHA for 70336d4
Makefile
@@ -31,7 +31,7 @@ DEBUG=${ALL_DEBUG}
31
#export OPTZ
32
#export EXTRALINK
33
export MAKE
34
-export CURVER?=2.4.1
+export CURVER?=2.4.2
35
ifneq (,$(wildcard /etc/os-release))
36
DISTRO := $(shell gawk -F= '/^NAME/{print $$2}' /etc/os-release)
37
else
0 commit comments