BUMP 1.2.0
This commit is contained in:
parent
fab538ed5e
commit
648094c80f
|
@ -1,5 +1,10 @@
|
||||||
# MongoDB Ruby Driver History
|
# MongoDB Ruby Driver History
|
||||||
|
|
||||||
|
1.2.0
|
||||||
|
2011-1-18
|
||||||
|
* Some minor improvements. See commit history.
|
||||||
|
* Since nothing major was reported for the RC, we're releasing.
|
||||||
|
|
||||||
1.2.rc0
|
1.2.rc0
|
||||||
2011-1-5
|
2011-1-5
|
||||||
|
|
||||||
|
|
|
@ -14,4 +14,4 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define VERSION "1.2.rc2"
|
#define VERSION "1.2.0"
|
||||||
|
|
|
@ -18,10 +18,10 @@
|
||||||
|
|
||||||
$:.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
|
$:.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
|
||||||
|
|
||||||
MINIMUM_BSON_EXT_VERSION = "1.2.rc2"
|
MINIMUM_BSON_EXT_VERSION = "1.2.0"
|
||||||
|
|
||||||
module BSON
|
module BSON
|
||||||
VERSION = "1.2.rc2"
|
VERSION = "1.2.0"
|
||||||
|
|
||||||
if defined? Mongo::DEFAULT_MAX_BSON_SIZE
|
if defined? Mongo::DEFAULT_MAX_BSON_SIZE
|
||||||
DEFAULT_MAX_BSON_SIZE = Mongo::DEFAULT_MAX_BSON_SIZE
|
DEFAULT_MAX_BSON_SIZE = Mongo::DEFAULT_MAX_BSON_SIZE
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
$:.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
|
$:.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
|
||||||
|
|
||||||
module Mongo
|
module Mongo
|
||||||
VERSION = "1.2.rc2"
|
VERSION = "1.2.0"
|
||||||
end
|
end
|
||||||
|
|
||||||
module Mongo
|
module Mongo
|
||||||
|
|
Loading…
Reference in New Issue