From c7a6b9862dca37fd393a7585f850dfb46725ad40 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 25 Oct 2005 22:11:48 +0000 Subject: Prepared for release of 0.14.2 (RC3) git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2737 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/lib/active_record/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/lib/active_record/version.rb') diff --git a/activerecord/lib/active_record/version.rb b/activerecord/lib/active_record/version.rb index 5fc3de2cd2..1f930d6466 100644 --- a/activerecord/lib/active_record/version.rb +++ b/activerecord/lib/active_record/version.rb @@ -2,7 +2,7 @@ module ActiveRecord module Version #:nodoc: MAJOR = 1 MINOR = 12 - TINY = 1 + TINY = 2 STRING = [MAJOR, MINOR, TINY].join('.') end -- cgit v1.2.3