instiki/vendor/rails/activeresource/lib/active_resource/version.rb
Jacques Distler 844ce0ed40 Rails 2.3.11, S5 Editing bug.
Upgrade to Rails 2.3.11.
Fix a bug where the SVG-Edit button would not appear
when editing S5 slideshows.
2011-02-18 23:36:23 -06:00

10 lines
146 B
Ruby

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