From 0633bb865bc755d4a67d6ade8ca588d2f3107b0f Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 5 Feb 2006 00:59:57 +0000 Subject: Update versions to match latest from stable git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3543 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 8673f70327..6abddb37d8 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 = 13 - TINY = 0 + TINY = 2 STRING = [MAJOR, MINOR, TINY].join('.') end -- cgit v1.2.3