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 1de2fc3 commit c6fe595Copy full SHA for c6fe595
CMakeLists.txt
@@ -91,7 +91,7 @@ set(ARANGODB_VERSION_MINOR "4")
91
if (NOT DEFINED ARANGODB_VERSION_PATCH)
92
set(ARANGODB_VERSION_PATCH "8")
93
set(ARANGODB_VERSION_RELEASE_TYPE "preview")
94
- set(ARANGODB_VERSION_RELEASE_NUMBER "3")
+ set(ARANGODB_VERSION_RELEASE_NUMBER "4")
95
else()
96
unset (ARANGODB_VERSION_RELEASE_TYPE) # do not remove space
97
unset (ARANGODB_VERSION_RELEASE_NUMBER) # do not remove space
VERSION
@@ -1 +1 @@
1
-3.4.8-preview.3
+3.4.8-preview.4
0 commit comments