Update version numbers to v4.0.0-RC1
This commit is contained in:
+3
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user