mirror of https://gitee.com/bigwinds/arangodb
arangodb release 3.5.3
This commit is contained in:
parent
bc752a28c7
commit
f9ff700153
|
@ -1,4 +1,4 @@
|
||||||
v3.5.3 (XXXX-XX-XX)
|
v3.5.3 (2019-11-28)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
* Fixed GET _api/gharial to also include the name property in every returned
|
* Fixed GET _api/gharial to also include the name property in every returned
|
||||||
|
|
|
@ -88,8 +88,8 @@ set(ARANGODB_VERSION_MINOR "5")
|
||||||
# when building the nightly ARANGODB_VERSION_PATCH will be set
|
# when building the nightly ARANGODB_VERSION_PATCH will be set
|
||||||
if (NOT DEFINED ARANGODB_VERSION_PATCH)
|
if (NOT DEFINED ARANGODB_VERSION_PATCH)
|
||||||
set(ARANGODB_VERSION_PATCH "3")
|
set(ARANGODB_VERSION_PATCH "3")
|
||||||
set(ARANGODB_VERSION_RELEASE_TYPE "preview")
|
set(ARANGODB_VERSION_RELEASE_TYPE "")
|
||||||
set(ARANGODB_VERSION_RELEASE_NUMBER "1")
|
set(ARANGODB_VERSION_RELEASE_NUMBER "")
|
||||||
else()
|
else()
|
||||||
unset (ARANGODB_VERSION_RELEASE_TYPE) # do not remove space
|
unset (ARANGODB_VERSION_RELEASE_TYPE) # do not remove space
|
||||||
unset (ARANGODB_VERSION_RELEASE_NUMBER) # do not remove space
|
unset (ARANGODB_VERSION_RELEASE_NUMBER) # do not remove space
|
||||||
|
|
Loading…
Reference in New Issue