1
0
Fork 0

renamed version

This commit is contained in:
jsteemann 2018-04-11 16:23:37 +02:00
parent 0b45c3b0b6
commit 846034c8c4
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
v3.3.6 (2018-04-11)
v3.3.7 (2018-04-11)
-------------------
* added hidden option `--query.registry-ttl` to control the lifetime of cluster AQL

View File

@ -78,10 +78,10 @@ endif ()
set(ARANGODB_VERSION_MAJOR "3")
set(ARANGODB_VERSION_MINOR "3")
if (NOT DEFINED ARANGODB_VERSION_REVISION)
set(ARANGODB_VERSION_REVISION "6")
set(ARANGODB_VERSION_REVISION "7")
endif()
set(ARANGODB_PACKAGE_REVISION "4")
set(ARANGODB_PACKAGE_REVISION "1")
# version for the windows rc file needs to be numeric:
if (ARANGODB_VERSION_REVISION GREATER -1)
set(ARANGODB_NUMERIC_VERSION_REVISION "${ARANGODB_VERSION_REVISION}")