Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
bump version to v2.4.3
  • Loading branch information
mirostauder authored Aug 15, 2022
1 parent a0da863 commit f1b25b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ DEBUG=${ALL_DEBUG}
#export OPTZ
#export EXTRALINK
export MAKE
export CURVER?=2.4.2
export CURVER?=2.4.3
ifneq (,$(wildcard /etc/os-release))
DISTRO := $(shell gawk -F= '/^NAME/{print $$2}' /etc/os-release)
else
Expand Down

0 comments on commit f1b25b8

Please sign in to comment.