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