Skip to content

Commit 837a720

Browse files
committed
Changing version to 2.2.1
1 parent 78cdbb0 commit 837a720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ DEBUG=${ALL_DEBUG}
2727
#export OPTZ
2828
#export EXTRALINK
2929
export MAKE
30-
export CURVER?=2.2.0
30+
export CURVER?=2.2.1
3131
ifneq (,$(wildcard /etc/os-release))
3232
DISTRO := $(shell gawk -F= '/^NAME/{print $$2}' /etc/os-release)
3333
else

0 commit comments

Comments
 (0)