add Mongo::VERSION constant

This commit is contained in:
Mike Dirolf 2009-09-10 09:59:06 -04:00
parent baad067165
commit b2595d0c8f
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ require 'mongo/admin'
module Mongo
ASCENDING = 1
DESCENDING = -1
VERSION = "0.14.1"
end
# DEPRECATED - the XGen namespace is deprecated and will be removed - use Mongo or GridFS instead