module RGhost
  module VERSION # :nodoc:
    MAJOR = 0
    MINOR = 9
    TINY = 9
    STRING = [MAJOR, MINOR, TINY].join(".")
  end
end
