Skip to content

Commit

Permalink
Forgot to bump the railties versions
Browse files Browse the repository at this point in the history
  • Loading branch information
NZKoz committed Jul 19, 2009
1 parent a147bec commit c7bcbb9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions railties/CHANGELOG
@@ -1,3 +1,7 @@
*2.3.3 (July 12 2009)

* Version bump

*2.3.2 [Final] (March 15, 2009)*

* Allow metal to live in plugins #2045 [Matthew Rudy]
Expand Down
10 changes: 5 additions & 5 deletions railties/Rakefile
Expand Up @@ -311,11 +311,11 @@ spec = Gem::Specification.new do |s|
EOF

s.add_dependency('rake', '>= 0.8.3')
s.add_dependency('activesupport', '= 2.3.2' + PKG_BUILD)
s.add_dependency('activerecord', '= 2.3.2' + PKG_BUILD)
s.add_dependency('actionpack', '= 2.3.2' + PKG_BUILD)
s.add_dependency('actionmailer', '= 2.3.2' + PKG_BUILD)
s.add_dependency('activeresource', '= 2.3.2' + PKG_BUILD)
s.add_dependency('activesupport', '= 2.3.3' + PKG_BUILD)
s.add_dependency('activerecord', '= 2.3.3' + PKG_BUILD)
s.add_dependency('actionpack', '= 2.3.3' + PKG_BUILD)
s.add_dependency('actionmailer', '= 2.3.3' + PKG_BUILD)
s.add_dependency('activeresource', '= 2.3.3' + PKG_BUILD)

s.rdoc_options << '--exclude' << '.'
s.has_rdoc = false
Expand Down
2 changes: 1 addition & 1 deletion railties/lib/rails/version.rb
Expand Up @@ -2,7 +2,7 @@ module Rails
module VERSION #:nodoc:
MAJOR = 2
MINOR = 3
TINY = 2
TINY = 3

STRING = [MAJOR, MINOR, TINY].join('.')
end
Expand Down

0 comments on commit c7bcbb9

Please sign in to comment.