8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2209d56 commit 5b8ed18Copy full SHA for 5b8ed18
CMakeLists.txt
@@ -89,7 +89,7 @@ set(ARANGODB_VERSION_MINOR "5")
89
if (NOT DEFINED ARANGODB_VERSION_PATCH)
90
set(ARANGODB_VERSION_PATCH "0")
91
set(ARANGODB_VERSION_RELEASE_TYPE "rc")
92
- set(ARANGODB_VERSION_RELEASE_NUMBER "4")
+ set(ARANGODB_VERSION_RELEASE_NUMBER "5")
93
else()
94
unset (ARANGODB_VERSION_RELEASE_TYPE) # do not remove space
95
unset (ARANGODB_VERSION_RELEASE_NUMBER) # do not remove space
VERSION
@@ -1 +1 @@
1
-3.5.0-rc.4
+3.5.0-rc.5
0 commit comments