From a1565b3ac81cddc22caa4aa2b709ee6a14a658dc Mon Sep 17 00:00:00 2001 From: Kyle Banker Date: Mon, 20 Sep 2010 15:07:30 -0400 Subject: [PATCH] BUMP 1.0.9 --- ext/cbson/version.h | 2 +- lib/bson.rb | 4 ++-- lib/mongo.rb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ext/cbson/version.h b/ext/cbson/version.h index 83939588bc..ca234cc37a 100644 --- a/ext/cbson/version.h +++ b/ext/cbson/version.h @@ -14,4 +14,4 @@ * limitations under the License. */ -#define VERSION "1.0.7" +#define VERSION "1.0.9" diff --git a/lib/bson.rb b/lib/bson.rb index 4c1312891b..d5f90752c5 100644 --- a/lib/bson.rb +++ b/lib/bson.rb @@ -2,10 +2,10 @@ $:.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) -MINIMUM_BSON_EXT_VERSION = "1.0.7" +MINIMUM_BSON_EXT_VERSION = "1.0.9" module BSON - VERSION = "1.0.7" + VERSION = "1.0.9" def self.serialize(obj, check_keys=false, move_id=false) BSON_CODER.serialize(obj, check_keys, move_id) end diff --git a/lib/mongo.rb b/lib/mongo.rb index 6f50548394..464b55eedd 100644 --- a/lib/mongo.rb +++ b/lib/mongo.rb @@ -3,7 +3,7 @@ $:.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) module Mongo - VERSION = "1.0.8" + VERSION = "1.0.9" end module Mongo