Merge pull request #4632 from sysown/v2.7-update_version_to_2.7.0

bump version to 2.7.0 at the beginning of the development cycle
pull/4633/head
René Cannaò 2 years ago committed by GitHub
commit 7ec8f11863
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -35,7 +35,7 @@ O3 := -O3 -mtune=native
ALL_DEBUG := $(O0) -ggdb -DDEBUG
NO_DEBUG := $(O2) -ggdb
DEBUG := $(ALL_DEBUG)
CURVER ?= 2.6.5
CURVER ?= 2.7.0
#export DEBUG
#export EXTRALINK
export MAKE

Loading…
Cancel
Save