aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/version.rb
diff options
context:
space:
mode:
authorMichael Koziarski <michael@koziarski.com>2008-09-22 17:14:54 +0200
committerMichael Koziarski <michael@koziarski.com>2008-09-22 21:32:12 +0200
commit5f86451a4c5d0beca5a746c4708be48b13f665be (patch)
treede7824fcbdac7d00952d98862b199fe921dc2f34 /activerecord/lib/active_record/version.rb
parent10380a22a65d93bee6775a0ffe93071b798bf249 (diff)
downloadrails-5f86451a4c5d0beca5a746c4708be48b13f665be.tar.gz
rails-5f86451a4c5d0beca5a746c4708be48b13f665be.tar.bz2
rails-5f86451a4c5d0beca5a746c4708be48b13f665be.zip
Bump the Version constants to align with the *next* release rather than the previous release.
This allows people tracking non-release gems or git submodules to use the constants.
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 aaadef9979..2479b75789 100644
--- a/activerecord/lib/active_record/version.rb
+++ b/activerecord/lib/active_record/version.rb
@@ -1,7 +1,7 @@
module ActiveRecord
module VERSION #:nodoc:
MAJOR = 2
- MINOR = 1
+ MINOR = 2
TINY = 0
STRING = [MAJOR, MINOR, TINY].join('.')