From 2537e270e85ef2deb3be921aa42b0f01a21d3ec6 Mon Sep 17 00:00:00 2001 From: KVS85 Date: Thu, 28 Nov 2019 22:38:35 +0100 Subject: [PATCH] Updated arangosync to 0.7.1 --- CHANGELOG | 2 +- CMakeLists.txt | 2 +- VERSIONS | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 419df1ba28..572c4ea76f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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. diff --git a/CMakeLists.txt b/CMakeLists.txt index e0f45f84ce..a44fd88722 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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") diff --git a/VERSIONS b/VERSIONS index 8bf4995793..e8442d2756 100644 --- a/VERSIONS +++ b/VERSIONS @@ -6,4 +6,4 @@ GCHANGE_FREQ "weekly" GPRIORITY "0.8" BROWSEABLE_VERSIONS "'devel', '3.4', '3.3', '3.2', '3.1', '3.0', '2.8'" STARTER_REV "0.14.12" -SYNCER_REV "0.7.0" +SYNCER_REV "0.7.1"