BUMP 1.2.rc2

This commit is contained in:
Kyle Banker 2011-01-06 10:33:54 -05:00
parent ba88f239de
commit 3d1934a92c
3 changed files with 4 additions and 4 deletions

View File

@ -14,4 +14,4 @@
* limitations under the License.
*/
#define VERSION "1.2.rc1"
#define VERSION "1.2.rc2"

View File

@ -2,10 +2,10 @@
$:.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
MINIMUM_BSON_EXT_VERSION = "1.2.rc1"
MINIMUM_BSON_EXT_VERSION = "1.2.rc2"
module BSON
VERSION = "1.2.rc1"
VERSION = "1.2.rc2"
if defined? Mongo::DEFAULT_MAX_BSON_SIZE
DEFAULT_MAX_BSON_SIZE = Mongo::DEFAULT_MAX_BSON_SIZE

View File

@ -3,7 +3,7 @@
$:.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
module Mongo
VERSION = "1.2.rc1"
VERSION = "1.2.rc2"
end
module Mongo