BUMP 1.3.0

This commit is contained in:
Kyle Banker 2011-04-01 13:54:09 -04:00
parent a58361639d
commit bdb87c25ad
3 changed files with 4 additions and 4 deletions

View File

@ -14,4 +14,4 @@
* limitations under the License.
*/
#define VERSION "1.3.0.rc0"
#define VERSION "1.3.0"

View File

@ -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

View File

@ -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