mirror of https://gitee.com/bigwinds/arangodb
Prepare for 3.4.8
This commit is contained in:
parent
62b0ef6704
commit
8e37de426d
|
@ -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
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue