diff --git a/ext/cbson/version.h b/ext/cbson/version.h index 793b2d5..74b6d36 100644 --- a/ext/cbson/version.h +++ b/ext/cbson/version.h @@ -14,4 +14,4 @@ * limitations under the License. */ -#define VERSION "1.3.0.rc0" +#define VERSION "1.3.0" diff --git a/lib/bson.rb b/lib/bson.rb index 1df0b2d..fd7fe8a 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.rc0" +MINIMUM_BSON_EXT_VERSION = "1.3.0" module BSON - VERSION = "1.3.0.rc0" + VERSION = "1.3.0" 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 d35d878..5b3f56f 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.rc0" + VERSION = "1.3.0" end module Mongo