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 78cdbb0 commit 837a720Copy full SHA for 837a720
Makefile
@@ -27,7 +27,7 @@ DEBUG=${ALL_DEBUG}
27
#export OPTZ
28
#export EXTRALINK
29
export MAKE
30
-export CURVER?=2.2.0
+export CURVER?=2.2.1
31
ifneq (,$(wildcard /etc/os-release))
32
DISTRO := $(shell gawk -F= '/^NAME/{print $$2}' /etc/os-release)
33
else
0 commit comments