1
0
Fork 0

Prepare for 3.4.8

This commit is contained in:
KVS85 2019-08-27 15:52:46 +02:00
parent 62b0ef6704
commit 8e37de426d
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
v3.4.8 (XXXX-XX-XX)
v3.4.8 (2019-08-29)
-------------------
* Fixed issue #9798: limit with offset results in an infinite query that can't be

View File

@ -89,7 +89,7 @@ set(ARANGODB_VERSION_MINOR "4")
# when building the nightly ARANGODB_VERSION_PATCH will be set
if (NOT DEFINED ARANGODB_VERSION_PATCH)
set(ARANGODB_VERSION_PATCH "7")
set(ARANGODB_VERSION_PATCH "8")
set(ARANGODB_VERSION_RELEASE_TYPE "")
set(ARANGODB_VERSION_RELEASE_NUMBER "")
else()

View File

@ -1 +1 @@
3.4.7
3.4.8