Skip to content

Commit 8e9f126

Browse files
committed
Changed version to 2.3.0
1 parent b4c7b93 commit 8e9f126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ DEBUG=${ALL_DEBUG}
2828
#export OPTZ
2929
#export EXTRALINK
3030
export MAKE
31-
export CURVER?=2.2.0
31+
export CURVER?=2.3.0
3232
ifneq (,$(wildcard /etc/os-release))
3333
DISTRO := $(shell gawk -F= '/^NAME/{print $$2}' /etc/os-release)
3434
else

0 commit comments

Comments
 (0)