From 335c15005db47afe429d2ee27102dd646e3d43f6 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Fri, 5 Oct 2007 05:20:37 +0000 Subject: Bump versions for 1.2.4 release. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7744 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/lib/active_support/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/lib') diff --git a/activesupport/lib/active_support/version.rb b/activesupport/lib/active_support/version.rb index d254873f71..82c53090b5 100644 --- a/activesupport/lib/active_support/version.rb +++ b/activesupport/lib/active_support/version.rb @@ -2,7 +2,7 @@ module ActiveSupport module VERSION #:nodoc: MAJOR = 1 MINOR = 4 - TINY = 2 + TINY = 3 STRING = [MAJOR, MINOR, TINY].join('.') end -- cgit v1.2.3