Skip to content

Commit

Permalink
fix version number to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mirostauder committed Jan 31, 2023
1 parent cfe5c0b commit d220a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -39,7 +39,7 @@ DEBUG=${ALL_DEBUG}
#export OPTZ
#export EXTRALINK
export MAKE
export CURVER?=2.4.7
export CURVER?=2.5.0
ifneq (,$(wildcard /etc/os-release))
DISTRO := $(shell gawk -F= '/^NAME/{print $$2}' /etc/os-release)
else
Expand Down

0 comments on commit d220a42

Please sign in to comment.