From 98abe355fa19a0dbae3c908546eaad503a068c53 Mon Sep 17 00:00:00 2001 From: Kyle Banker Date: Wed, 11 May 2011 12:13:00 -0400 Subject: [PATCH] BUMP 1.3.1 --- 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 74b6d36..31618ba 100644 --- a/ext/cbson/version.h +++ b/ext/cbson/version.h @@ -14,4 +14,4 @@ * limitations under the License. */ -#define VERSION "1.3.0" +#define VERSION "1.3.1" diff --git a/lib/bson.rb b/lib/bson.rb index 4fcea5f..090fbbf 100644 --- a/lib/bson.rb +++ b/lib/bson.rb @@ -18,10 +18,10 @@ $:.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) -MINIMUM_BSON_EXT_VERSION = "1.3.0" +MINIMUM_BSON_EXT_VERSION = "1.3.1" module BSON - VERSION = "1.3.0" + VERSION = "1.3.1" if defined? Mongo::DEFAULT_MAX_BSON_SIZE DEFAULT_MAX_BSON_SIZE = Mongo::DEFAULT_MAX_BSON_SIZE diff --git a/lib/mongo.rb b/lib/mongo.rb index 5b3f56f..5b4cb02 100644 --- a/lib/mongo.rb +++ b/lib/mongo.rb @@ -19,7 +19,7 @@ $:.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) module Mongo - VERSION = "1.3.0" + VERSION = "1.3.1" end module Mongo