added VERSION constant, otherwise rake was picking it up from Ruby's version.

This commit is contained in:
blackhedd 2006-04-30 18:36:24 +00:00
parent 63ecf9c065
commit bae0b92211

View file

@ -236,6 +236,9 @@ module Net
class LdapError < Exception; end
VERSION = "0.0.1"
SearchScope_BaseObject = 0
SearchScope_SingleLevel = 1
SearchScope_WholeSubtree = 2