module ActiveResource
module VERSION #:nodoc:
MAJOR = 2
MINOR = 0
TINY = 991
STRING = [MAJOR, MINOR, TINY].join('.')
end