8000 release version 3.5.0-rc.5 (#9539) · arangodb/arangodb@5b8ed18 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5b8ed18

Browse files
authored
release version 3.5.0-rc.5 (#9539)
1 parent 2209d56 commit 5b8ed18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ set(ARANGODB_VERSION_MINOR "5")
8989
if (NOT DEFINED ARANGODB_VERSION_PATCH)
9090
set(ARANGODB_VERSION_PATCH "0")
9191
set(ARANGODB_VERSION_RELEASE_TYPE "rc")
92-
set(ARANGODB_VERSION_RELEASE_NUMBER "4")
92+
set(ARANGODB_VERSION_RELEASE_NUMBER "5")
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.0-rc.4
1+
3.5.0-rc.5

0 commit comments

Comments
 (0)
0