From 4d41092aaac6b30da513adc77f139f37420584f5 Mon Sep 17 00:00:00 2001 From: Kyle Banker Date: Mon, 19 Sep 2011 12:05:10 -0400 Subject: [PATCH] BUMP 1.4.0 --- ext/cbson/version.h | 2 +- lib/bson.rb | 4 ++-- lib/mongo/version.rb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ext/cbson/version.h b/ext/cbson/version.h index 31618ba..06eccad 100644 --- a/ext/cbson/version.h +++ b/ext/cbson/version.h @@ -14,4 +14,4 @@ * limitations under the License. */ -#define VERSION "1.3.1" +#define VERSION "1.4.0" diff --git a/lib/bson.rb b/lib/bson.rb index fee8cba..d949750 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.1" +MINIMUM_BSON_EXT_VERSION = "1.4.0" module BSON - VERSION = "1.3.1" + VERSION = "1.4.0" if defined? Mongo::DEFAULT_MAX_BSON_SIZE DEFAULT_MAX_BSON_SIZE = Mongo::DEFAULT_MAX_BSON_SIZE diff --git a/lib/mongo/version.rb b/lib/mongo/version.rb index 55e85e4..79906ab 100644 --- a/lib/mongo/version.rb +++ b/lib/mongo/version.rb @@ -1,3 +1,3 @@ module Mongo - VERSION = "1.3.1" + VERSION = "1.4.0" end