1
0
Fork 0

arangodb custom 3.4.8.2

This commit is contained in:
KVS85 2019-11-19 17:54:52 +01:00
parent f3f6950bdc
commit d95b662049
2 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@ set(ARANGODB_VERSION_MINOR "4")
# when building the nightly ARANGODB_VERSION_PATCH will be set
if (NOT DEFINED ARANGODB_VERSION_PATCH)
set(ARANGODB_VERSION_PATCH "8")
set(ARANGODB_VERSION_RELEASE_TYPE "")
set(ARANGODB_VERSION_RELEASE_TYPE "2")
set(ARANGODB_VERSION_RELEASE_NUMBER "")
else()
unset (ARANGODB_VERSION_RELEASE_TYPE) # do not remove space

View File

@ -1 +1 @@
3.4.8
3.4.8.2