From be64ba3baaf00d3f370f873f1989908badb85218 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 24 Jan 2018 07:02:40 +0100 Subject: Update to 1.4.0RC1 with libbson and libmongoc 1.9.2 --- REFLECTION | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 779c100..910c9c1 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #182 mongodb version 1.4.0beta1 ] { +Extension [ extension #182 mongodb version 1.4.0RC1 ] { - Dependencies { Dependency [ date (Required) ] @@ -14,7 +14,7 @@ Extension [ extension #182 mongodb version 1.4.0beta1 ] { } - Constants [2] { - Constant [ string MONGODB_VERSION ] { 1.4.0beta1 } + Constant [ string MONGODB_VERSION ] { 1.4.0RC1 } Constant [ string MONGODB_STABILITY ] { beta } } @@ -1449,10 +1449,11 @@ Extension [ extension #182 mongodb version 1.4.0beta1 ] { Class [ final class MongoDB\Driver\ReadConcern implements MongoDB\BSON\Serializable, MongoDB\BSON\Type ] { - - Constants [3] { + - Constants [4] { Constant [ public string LOCAL ] { local } Constant [ public string MAJORITY ] { majority } Constant [ public string LINEARIZABLE ] { linearizable } + Constant [ public string AVAILABLE ] { available } } - Static properties [0] { -- cgit