We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cce161b commit ba66478Copy full SHA for ba66478
Makefile
@@ -6,7 +6,7 @@
6
### when not available, specify GIT_VERSION on commnad line:
7
###
8
### ```
9
-### export GIT_VERSION=2.x-dev
+### export GIT_VERSION=3.x.y-dev
10
11
12
GIT_VERSION ?= $(shell git describe --long --abbrev=7)
@@ -43,7 +43,7 @@ O3 := -O3 -mtune=native
43
ALL_DEBUG := $(O0) -ggdb -DDEBUG
44
NO_DEBUG := $(O2) -ggdb
45
DEBUG := $(ALL_DEBUG)
46
-CURVER ?= 3.0.3
+CURVER ?= 3.0.4
47
#export DEBUG
48
#export EXTRALINK
49
export MAKE
0 commit comments