Merge pull request #5073 from sysown/v3.0.3-bump_version

bump version to 3.0.3 at the beginning of the development cycle
pull/5074/head 3.0.3
Miro Stauder 9 months ago committed by GitHub
commit 33d393ab96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save