From 2555b885edc24f03d0d3006398f86a23d3d93800 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 19 Oct 2005 14:28:55 +0000 Subject: Really ready for release git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2687 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/CHANGELOG | 5 +---- railties/Rakefile | 2 +- railties/lib/rails_version.rb | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) (limited to 'railties') diff --git a/railties/CHANGELOG b/railties/CHANGELOG index a9358f9c1a..269b908f34 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,10 +1,7 @@ -*SVN* +*0.14.1* (October 19th, 2005) * Don't clean RAILS_ROOT on windows - -*0.14.1* (October 19th, 2005) - * Remove trailing '/' from RAILS_ROOT [Nicholas Seckar] * Upgraded to Active Record 1.12.1 and Action Pack 1.10.1 diff --git a/railties/Rakefile b/railties/Rakefile index d05468521a..c3c6033736 100644 --- a/railties/Rakefile +++ b/railties/Rakefile @@ -273,7 +273,7 @@ spec = Gem::Specification.new do |s| EOF s.add_dependency('rake', '>= 0.6.2') - s.add_dependency('activesupport', '= 1.2.0' + PKG_BUILD) + s.add_dependency('activesupport', '= 1.2.1' + PKG_BUILD) s.add_dependency('activerecord', '= 1.12.1' + PKG_BUILD) s.add_dependency('actionpack', '= 1.10.1' + PKG_BUILD) s.add_dependency('actionmailer', '= 1.1.1' + PKG_BUILD) diff --git a/railties/lib/rails_version.rb b/railties/lib/rails_version.rb index 01d9190521..03e4c10ef1 100644 --- a/railties/lib/rails_version.rb +++ b/railties/lib/rails_version.rb @@ -2,7 +2,7 @@ module Rails module Version #:nodoc: MAJOR = 0 MINOR = 14 - TINY = 0 + TINY = 1 STRING = [MAJOR, MINOR, TINY].join('.') end -- cgit v1.2.3