10000 preview.1 version 3.5.3 · Aurora-Community/arangodb@6910540 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6910540

Browse files
committed
preview.1 version 3.5.3
1 parent a775e95 commit 6910540

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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 "")
92-
set(ARANGODB_VERSION_RELEASE_NUMBER "")
91+
set(ARANGODB_VERSION_RELEASE_TYPE "preview")
92+
set(ARANGODB_VERSION_RELEASE_NUMBER "1")
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
1+
3.5.3-preview.1

0 commit comments

Comments
 (0)
0