Skip to content

Commit

Permalink
BUMP BSON 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
banker committed Aug 28, 2010
1 parent 5838b9a commit a867ddd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ext/cbson/version.h
Expand Up @@ -14,4 +14,4 @@
* limitations under the License.
*/

#define VERSION "1.0.5"
#define VERSION "1.0.6"
4 changes: 2 additions & 2 deletions lib/bson.rb
Expand Up @@ -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
Expand Down

0 comments on commit a867ddd

Please sign in to comment.