Skip to content

Commit

Permalink
Updated version number to v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierJF committed Sep 16, 2021
1 parent 8e9f126 commit 31dcb5b
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 @@ -28,7 +28,7 @@ DEBUG=${ALL_DEBUG}
#export OPTZ
#export EXTRALINK
export MAKE
export CURVER?=2.3.0
export CURVER?=2.3.1
ifneq (,$(wildcard /etc/os-release))
DISTRO := $(shell gawk -F= '/^NAME/{print $$2}' /etc/os-release)
else
Expand Down

0 comments on commit 31dcb5b

Please sign in to comment.