1
0
Fork 0

Prepare for v3.3.rc9

This commit is contained in:
Max Neunhoeffer 2017-12-13 11:36:00 +01:00
parent b186f7290d
commit 927a10170c
3 changed files with 3 additions and 3 deletions

View File

@ -73,7 +73,7 @@ endif ()
set(ARANGODB_VERSION_MAJOR "3") set(ARANGODB_VERSION_MAJOR "3")
set(ARANGODB_VERSION_MINOR "3") set(ARANGODB_VERSION_MINOR "3")
set(ARANGODB_VERSION_REVISION "rc8") set(ARANGODB_VERSION_REVISION "rc9")
set(ARANGODB_PACKAGE_REVISION "1") set(ARANGODB_PACKAGE_REVISION "1")
# version for the windows rc file needs to be numeric: # version for the windows rc file needs to be numeric:
if (ARANGODB_VERSION_REVISION GREATER -1) if (ARANGODB_VERSION_REVISION GREATER -1)

View File

@ -1 +1 @@
3.3.rc7 3.3.rc9

View File

@ -6,4 +6,4 @@ GCHANGE_FREQ "daily"
GPRIORITY "0.1" GPRIORITY "0.1"
BROWSEABLE_VERSIONS "'devel', '3.2', '3.1', '3.0', '2.8'" BROWSEABLE_VERSIONS "'devel', '3.2', '3.1', '3.0', '2.8'"
STARTER_REV "0.10.4" STARTER_REV "0.10.4"
SYNCER_REV "0.4.15" SYNCER_REV "0.4.16"