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