Skip to content

Commit 3db9c0d

Browse files
authored
Merge pull request #5200 from sysown/v3.0.4-bump_version
bump version to 3.0.4 at the beginning of the development cycle
2 parents cce161b + ba66478 commit 3db9c0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
### when not available, specify GIT_VERSION on commnad line:
77
###
88
### ```
9-
### export GIT_VERSION=2.x-dev
9+
### export GIT_VERSION=3.x.y-dev
1010
### ```
1111

1212
GIT_VERSION ?= $(shell git describe --long --abbrev=7)
@@ -43,7 +43,7 @@ O3 := -O3 -mtune=native
4343
ALL_DEBUG := $(O0) -ggdb -DDEBUG
4444
NO_DEBUG := $(O2) -ggdb
4545
DEBUG := $(ALL_DEBUG)
46-
CURVER ?= 3.0.3
46+
CURVER ?= 3.0.4
4747
#export DEBUG
4848
#export EXTRALINK
4949
export MAKE

0 commit comments

Comments
 (0)