aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/version.rb
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-10-19 14:28:55 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-10-19 14:28:55 +0000
commit2555b885edc24f03d0d3006398f86a23d3d93800 (patch)
tree732542c9b7b1edce00330d3bf408e575950d64cc /activesupport/lib/active_support/version.rb
parente3e5d60bcd639da34333514562f82f89fd0c00f0 (diff)
downloadrails-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/active_support/version.rb')
-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 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