aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/version.rb
diff options
context:
space:
mode:
authorCarl Lerche <carllerche@mac.com>2009-06-30 14:37:12 -0700
committerCarl Lerche <carllerche@mac.com>2009-06-30 14:37:12 -0700
commitdb3de78a83379ab2a58e0d29fb10622b813a4d44 (patch)
tree33a948a9b2402c965745dde584c98cc7e5af2054 /activerecord/lib/active_record/version.rb
parent132e6d00638dc6370fafa0f1377d3bca17eee2d1 (diff)
downloadrails-db3de78a83379ab2a58e0d29fb10622b813a4d44.tar.gz
rails-db3de78a83379ab2a58e0d29fb10622b813a4d44.tar.bz2
rails-db3de78a83379ab2a58e0d29fb10622b813a4d44.zip
Bump up the version to 3.0.pre
Diffstat (limited to 'activerecord/lib/active_record/version.rb')
-rw-r--r--activerecord/lib/active_record/version.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/activerecord/lib/active_record/version.rb b/activerecord/lib/active_record/version.rb
index 852807b4c5..10ef9d7594 100644
--- a/activerecord/lib/active_record/version.rb
+++ b/activerecord/lib/active_record/version.rb
@@ -1,8 +1,8 @@
module ActiveRecord
module VERSION #:nodoc:
- MAJOR = 2
- MINOR = 3
- TINY = 2
+ MAJOR = 3
+ MINOR = 0
+ TINY = "pre"
STRING = [MAJOR, MINOR, TINY].join('.')
end