BUMP 1.2.3
This commit is contained in:
parent
24cfde5ef6
commit
9076432c48
|
@ -1,5 +1,11 @@
|
|||
# MongoDB Ruby Driver History
|
||||
|
||||
### 1.2.3
|
||||
2011-2-22
|
||||
|
||||
* Update docs for map-reduce command
|
||||
* Minor doc fix
|
||||
|
||||
### 1.2.2
|
||||
2011-2-15
|
||||
|
||||
|
|
|
@ -14,4 +14,4 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#define VERSION "1.2.2"
|
||||
#define VERSION "1.2.3"
|
||||
|
|
|
@ -18,10 +18,10 @@
|
|||
|
||||
$:.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
|
||||
|
||||
MINIMUM_BSON_EXT_VERSION = "1.2.2"
|
||||
MINIMUM_BSON_EXT_VERSION = "1.2.3"
|
||||
|
||||
module BSON
|
||||
VERSION = "1.2.2"
|
||||
VERSION = "1.2.3"
|
||||
|
||||
if defined? 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'))
|
||||
|
||||
module Mongo
|
||||
VERSION = "1.2.2"
|
||||
VERSION = "1.2.3"
|
||||
end
|
||||
|
||||
module Mongo
|
||||
|
|
Loading…
Reference in New Issue