Skip to content

Commit f1b25b8

Browse files
authored
Update Makefile
bump version to v2.4.3
1 parent a0da863 commit f1b25b8

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
@@ -39,7 +39,7 @@ DEBUG=${ALL_DEBUG}
3939
#export OPTZ
4040
#export EXTRALINK
4141
export MAKE
42-
export CURVER?=2.4.2
42+
export CURVER?=2.4.3
4343
ifneq (,$(wildcard /etc/os-release))
4444
DISTRO := $(shell gawk -F= '/^NAME/{print $$2}' /etc/os-release)
4545
else

0 commit comments

Comments
 (0)