diff --git a/Makefile b/Makefile index a20498289..93f074840 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.5 +CURVER ?= 3.0.6 #export DEBUG #export EXTRALINK export MAKE