1
0
Fork 0

Fix released version to rebuild

This commit is contained in:
KVS85 2019-08-09 12:07:42 +02:00
parent 0f70535e6c
commit 8b5b1677a4
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
v3.3.24 (2019-08-08)
v3.3.24 (2019-08-09)
--------------------
* re-added warning for kernel setting "overcommit_memory=2" if jemalloc is also enabled.

View File

@ -79,7 +79,7 @@ add_definitions("-DARANGODB_STANDALONE_ASIO=0")
set(ARANGODB_VERSION_MAJOR "3")
set(ARANGODB_VERSION_MINOR "3")
if (NOT DEFINED ARANGODB_VERSION_REVISION)
set(ARANGODB_VERSION_REVISION "23")
set(ARANGODB_VERSION_REVISION "24")
endif()
set(ARANGODB_PACKAGE_REVISION "1")

View File

@ -1 +1 @@
3.3.23
3.3.24