Skip to content

Commit

Permalink
BUMP 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
banker committed Jul 13, 2010
1 parent 6961b3f commit a9c709f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.1"
#define VERSION "1.0.4"
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.1"
MINIMUM_BSON_EXT_VERSION = "1.0.4"

module BSON
VERSION = "1.0.3"
VERSION = "1.0.4"
def self.serialize(obj, check_keys=false, move_id=false)
BSON_CODER.serialize(obj, check_keys, move_id)
end
Expand Down
2 changes: 1 addition & 1 deletion lib/mongo.rb
Expand Up @@ -3,7 +3,7 @@
$:.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))

module Mongo
VERSION = "1.0.3"
VERSION = "1.0.4"
end

module Mongo
Expand Down

0 comments on commit a9c709f

Please sign in to comment.