From f4aaa26eb30f040925c0f982387295d454fde606 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 16 Oct 2005 22:15:03 +0000 Subject: Getting ready for 0.14.0 (1.0.0 Release Candidate 1) git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2660 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/lib/active_support/version.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'activesupport/lib/active_support/version.rb') diff --git a/activesupport/lib/active_support/version.rb b/activesupport/lib/active_support/version.rb index 873a845243..7863412489 100644 --- a/activesupport/lib/active_support/version.rb +++ b/activesupport/lib/active_support/version.rb @@ -1,8 +1,8 @@ module ActiveSupport module Version #:nodoc: MAJOR = 1 - MINOR = 1 - TINY = 1 + MINOR = 2 + TINY = 0 STRING = [MAJOR, MINOR, TINY].join('.') end -- cgit v1.2.3