Update version numbers to v4.0.0-RC1

This commit is contained in:
jsteube
2017-09-20 16:06:27 +02:00
parent 57a70710ae
commit 036d4874c7
6 changed files with 8 additions and 7 deletions
+3 -2
View File
@@ -5,7 +5,7 @@
SHARED := 0
DEBUG := 0
PRODUCTION := 0
PRODUCTION := 1
##
## Detect Operating System
@@ -123,7 +123,8 @@ WIN_ICONV_64 := /opt/win-iconv-64
COMPTIME := $(shell date +%s)
VERSION_EXPORT := $Format:%D$
VERSION_TAG := $(shell test -d .git && git describe --tags --dirty=+ || echo "$(VERSION_EXPORT)"|cut -d, -f2|$(SED) -r 's|.* (\w+/)?([^ ]+)|\2|')
#VERSION_TAG := $(shell test -d .git && git describe --tags --dirty=+ || echo "$(VERSION_EXPORT)"|cut -d, -f2|$(SED) -r 's|.* (\w+/)?([^ ]+)|\2|')
VERSION_TAG := 4.0.0-rc1
##
## General compiler and linker options