instiki/vendor/rails/activesupport/lib/active_support/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
145 B
Ruby

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