aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/version.rb
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2008-11-14 12:26:50 +0100
committerDavid Heinemeier Hansson <david@loudthinking.com>2008-11-14 12:26:50 +0100
commit61e43700b85de753b6254893d5365e04d3465b9a (patch)
treec1231e8cecf730407ba2afd1edced737081c54b7 /activerecord/lib/active_record/version.rb
parent94d6716324126028b89dde886f160474049b1b0c (diff)
downloadrails-61e43700b85de753b6254893d5365e04d3465b9a.tar.gz
rails-61e43700b85de753b6254893d5365e04d3465b9a.tar.bz2
rails-61e43700b85de753b6254893d5365e04d3465b9a.zip
Prepare for RC2
Diffstat (limited to 'activerecord/lib/active_record/version.rb')
-rw-r--r--activerecord/lib/active_record/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/version.rb b/activerecord/lib/active_record/version.rb
index 2479b75789..3c5a9b7df8 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 = 2
MINOR = 2
- TINY = 0
+ TINY = 1
STRING = [MAJOR, MINOR, TINY].join('.')
end