aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2010-02-03 17:29:51 -0800
committerDavid Heinemeier Hansson <david@loudthinking.com>2010-02-03 17:29:51 -0800
commit79817aa9e7fa7c207868ca56ca8bbd0ee5303d81 (patch)
tree3a84e1fa7a28c4d20cfdafd20543aec69a28175c /activesupport/lib
parentddb512c02b81406d10a932a19a365275d3f54849 (diff)
downloadrails-79817aa9e7fa7c207868ca56ca8bbd0ee5303d81.tar.gz
rails-79817aa9e7fa7c207868ca56ca8bbd0ee5303d81.tar.bz2
rails-79817aa9e7fa7c207868ca56ca8bbd0ee5303d81.zip
Move to 3.0.0.beta
Diffstat (limited to 'activesupport/lib')
-rw-r--r--activesupport/lib/active_support/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/version.rb b/activesupport/lib/active_support/version.rb
index 3ae6150f2d..b92e469a08 100644
--- a/activesupport/lib/active_support/version.rb
+++ b/activesupport/lib/active_support/version.rb
@@ -2,7 +2,7 @@ module ActiveSupport
module VERSION #:nodoc:
MAJOR = 3
MINOR = 0
- TINY = "pre"
+ TINY = "0.beta"
STRING = [MAJOR, MINOR, TINY].join('.')
end