instiki/vendor/rails/actionwebservice/lib/action_web_service/version.rb
Jacques Distler c358389f25 TeX and CSS tweaks.
Sync with latest Instiki Trunk
(Updates Rails to 1.2.2)
2007-02-09 02:04:31 -06:00

10 lines
147 B
Ruby

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