BUMP 1.2.rc2
This commit is contained in:
parent
ba88f239de
commit
3d1934a92c
|
@ -14,4 +14,4 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#define VERSION "1.2.rc1"
|
||||
#define VERSION "1.2.rc2"
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
|
||||
$:.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
|
||||
|
||||
MINIMUM_BSON_EXT_VERSION = "1.2.rc1"
|
||||
MINIMUM_BSON_EXT_VERSION = "1.2.rc2"
|
||||
|
||||
module BSON
|
||||
VERSION = "1.2.rc1"
|
||||
VERSION = "1.2.rc2"
|
||||
|
||||
if defined? Mongo::DEFAULT_MAX_BSON_SIZE
|
||||
DEFAULT_MAX_BSON_SIZE = Mongo::DEFAULT_MAX_BSON_SIZE
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
$:.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
|
||||
|
||||
module Mongo
|
||||
VERSION = "1.2.rc1"
|
||||
VERSION = "1.2.rc2"
|
||||
end
|
||||
|
||||
module Mongo
|
||||
|
|
Loading…
Reference in New Issue