Skip to content

Commit

Permalink
bump version to 2.6.0 at the beginning of the development cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
mirostauder committed Jul 19, 2023
1 parent d15b40a commit c640f1b
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 @@ -41,7 +41,7 @@ DEBUG=${ALL_DEBUG}
#export OPTZ
#export EXTRALINK
export MAKE
export CURVER?=2.5.4
export CURVER?=2.6.0
ifneq (,$(wildcard /etc/os-release))
DISTRO := $(shell awk -F= '/^NAME/{print $$2}' /etc/os-release)
else
Expand Down

0 comments on commit c640f1b

Please sign in to comment.