mirror of https://gitee.com/bigwinds/arangodb
Updated arangosync to 0.7.1
This commit is contained in:
parent
c603cf6bf8
commit
2537e270e8
|
@ -1,7 +1,7 @@
|
|||
v3.3.25 (2019-XX-XX)
|
||||
--------------------
|
||||
|
||||
* Updated arangosync to 0.7.0.
|
||||
* Updated arangosync to 0.7.1.
|
||||
|
||||
* Fixed "ArangoDB is not running in cluster mode" errors in active failover setups.
|
||||
This affected at least /_admin/cluster/health.
|
||||
|
|
|
@ -79,7 +79,7 @@ add_definitions("-DARANGODB_STANDALONE_ASIO=0")
|
|||
set(ARANGODB_VERSION_MAJOR "3")
|
||||
set(ARANGODB_VERSION_MINOR "3")
|
||||
if (NOT DEFINED ARANGODB_VERSION_REVISION)
|
||||
set(ARANGODB_VERSION_REVISION "24")
|
||||
set(ARANGODB_VERSION_REVISION "25")
|
||||
endif()
|
||||
|
||||
set(ARANGODB_PACKAGE_REVISION "1")
|
||||
|
|
Loading…
Reference in New Issue