BUMP BSON 1.0.6

This commit is contained in:
Kyle Banker 2010-08-28 12:20:58 -04:00
parent 5838b9aef7
commit a867ddd341
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -2,10 +2,10 @@
$:.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
MINIMUM_BSON_EXT_VERSION = "1.0.5"
MINIMUM_BSON_EXT_VERSION = "1.0.6"
module BSON
VERSION = "1.0.5"
VERSION = "1.0.6"
def self.serialize(obj, check_keys=false, move_id=false)
BSON_CODER.serialize(obj, check_keys, move_id)
end