diff --git a/Makefile b/Makefile index 01aa57306..e34ff5629 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ O3 := -O3 -mtune=native ALL_DEBUG := $(O0) -ggdb -DDEBUG NO_DEBUG := $(O2) -ggdb DEBUG := $(ALL_DEBUG) -CURVER ?= 3.0.2 +CURVER ?= 3.0.3 #export DEBUG #export EXTRALINK export MAKE