From c931499a971ba972d3e43ee0bc7ad5cad9bf7ae9 Mon Sep 17 00:00:00 2001 From: Kyle Banker Date: Mon, 28 Nov 2011 14:10:28 -0500 Subject: [PATCH] BUMP 1.5.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 66e6595..cb7f8bb 100644 --- a/ext/cbson/version.h +++ b/ext/cbson/version.h @@ -14,4 +14,4 @@ * limitations under the License. */ -#define VERSION "1.5.0.rc0" +#define VERSION "1.5.0" diff --git a/lib/bson.rb b/lib/bson.rb index efa7157..bab9ba6 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.5.0.rc0" +MINIMUM_BSON_EXT_VERSION = "1.5.0" module BSON - VERSION = "1.5.0.rc0" + VERSION = "1.5.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 3d79882..331a202 100644 --- a/lib/mongo/version.rb +++ b/lib/mongo/version.rb @@ -1,3 +1,3 @@ module Mongo - VERSION = "1.5.0.rc0" + VERSION = "1.5.0" end