diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-10-19 14:28:55 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-10-19 14:28:55 +0000 |
commit | 2555b885edc24f03d0d3006398f86a23d3d93800 (patch) | |
tree | 732542c9b7b1edce00330d3bf408e575950d64cc /activesupport/lib | |
parent | e3e5d60bcd639da34333514562f82f89fd0c00f0 (diff) | |
download | rails-2555b885edc24f03d0d3006398f86a23d3d93800.tar.gz rails-2555b885edc24f03d0d3006398f86a23d3d93800.tar.bz2 rails-2555b885edc24f03d0d3006398f86a23d3d93800.zip |
Really ready for release
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2687 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/lib')
-rw-r--r-- | activesupport/lib/active_support/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/version.rb b/activesupport/lib/active_support/version.rb index 7863412489..010cfa60e6 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 = 1 MINOR = 2 - TINY = 0 + TINY = 1 STRING = [MAJOR, MINOR, TINY].join('.') end |