Skip to content

Commit

Permalink
Changing version in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
renecannao committed Feb 17, 2020
1 parent 60923e2 commit b3e9459
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 @@ -11,7 +11,7 @@ DEBUG=${ALL_DEBUG}
#export OPTZ
#export EXTRALINK
export MAKE
export CURVER?=2.0.9
export CURVER?=2.0.10
ifneq (,$(wildcard /etc/os-release))
DISTRO := $(shell gawk -F= '/^NAME/{print $$2}' /etc/os-release)
else
Expand Down

0 comments on commit b3e9459

Please sign in to comment.