10000 release version 3.5.3 · Aurora-Community/arangodb@6280b1b · GitHub
[go: up one dir, main page]

Skip to content

Commit 6280b1b

Browse files
committed
release version 3.5.3
1 parent 23fbe0a commit 6280b1b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
v3.5.3 (XXXX-XX-XX)
1+
v3.5.3 (2019-11-20)
22
-------------------
33

44
* Fixed internal issue #4647: dead Coordinators are not removed for agency.

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ set(ARANGODB_VERSION_MINOR "5")
8888
# when building the nightly ARANGODB_VERSION_PATCH will be set
8989
if (NOT DEFINED ARANGODB_VERSION_PATCH)
9090
set(ARANGODB_VERSION_PATCH "3")
91-
set(ARANGODB_VERSION_RELEASE_TYPE "preview")
92-
set(ARANGODB_VERSION_RELEASE_NUMBER "1")
91+
set(ARANGODB_VERSION_RELEASE_TYPE "")
92+
set(ARANGODB_VERSION_RELEASE_NUMBER "")
9393
else()
9494
unset (ARANGODB_VERSION_RELEASE_TYPE) # do not remove space
9595
unset (ARANGODB_VERSION_RELEASE_NUMBER) # do not remove space

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.5.3-preview.1
1+
3.5.3

0 commit comments

Comments
 (0)
0