BUMP 1.0.9

This commit is contained in:
Kyle Banker 2010-09-20 15:07:30 -04:00
parent 05c64830bd
commit a1565b3ac8
3 changed files with 4 additions and 4 deletions

View File

@ -14,4 +14,4 @@
* limitations under the License. * limitations under the License.
*/ */
#define VERSION "1.0.7" #define VERSION "1.0.9"

View File

@ -2,10 +2,10 @@
$:.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) $:.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
MINIMUM_BSON_EXT_VERSION = "1.0.7" MINIMUM_BSON_EXT_VERSION = "1.0.9"
module BSON module BSON
VERSION = "1.0.7" VERSION = "1.0.9"
def self.serialize(obj, check_keys=false, move_id=false) def self.serialize(obj, check_keys=false, move_id=false)
BSON_CODER.serialize(obj, check_keys, move_id) BSON_CODER.serialize(obj, check_keys, move_id)
end end

View File

@ -3,7 +3,7 @@
$:.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) $:.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
module Mongo module Mongo
VERSION = "1.0.8" VERSION = "1.0.9"
end end
module Mongo module Mongo