Skip to content

Commit

Permalink
bumping version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Apr 18, 2011
1 parent ff3cff8 commit 2c32601
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion RAILS_VERSION
@@ -1 +1 @@
3.0.7.rc2 3.0.7
2 changes: 1 addition & 1 deletion actionmailer/CHANGELOG
@@ -1,4 +1,4 @@
*Rails 3.0.7 (unreleased)* *Rails 3.0.7 (April 18, 2011)*


* remove AM delegating register_observer and register_interceptor to Mail [Josh Kalderimis] * remove AM delegating register_observer and register_interceptor to Mail [Josh Kalderimis]


Expand Down
2 changes: 1 addition & 1 deletion actionmailer/lib/action_mailer/version.rb
Expand Up @@ -3,7 +3,7 @@ module VERSION #:nodoc:
MAJOR = 3 MAJOR = 3
MINOR = 0 MINOR = 0
TINY = 7 TINY = 7
PRE = "rc2" PRE = nil


STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end end
Expand Down
2 changes: 1 addition & 1 deletion actionpack/CHANGELOG
@@ -1,4 +1,4 @@
*Rails 3.0.7 (unreleased)* *Rails 3.0.7 (April 18, 2011)*


*No changes. *No changes.


Expand Down
2 changes: 1 addition & 1 deletion actionpack/lib/action_pack/version.rb
Expand Up @@ -3,7 +3,7 @@ module VERSION #:nodoc:
MAJOR = 3 MAJOR = 3
MINOR = 0 MINOR = 0
TINY = 7 TINY = 7
PRE = "rc2" PRE = nil


STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end end
Expand Down
2 changes: 1 addition & 1 deletion activemodel/CHANGELOG
@@ -1,4 +1,4 @@
*Rails 3.0.7 (unreleased)* *Rails 3.0.7 (April 18, 2011)*


*No changes. *No changes.


Expand Down
2 changes: 1 addition & 1 deletion activemodel/lib/active_model/version.rb
Expand Up @@ -3,7 +3,7 @@ module VERSION #:nodoc:
MAJOR = 3 MAJOR = 3
MINOR = 0 MINOR = 0
TINY = 7 TINY = 7
PRE = "rc2" PRE = nil


STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end end
Expand Down
2 changes: 1 addition & 1 deletion activerecord/CHANGELOG
@@ -1,4 +1,4 @@
*Rails 3.0.7 (unreleased)* *Rails 3.0.7 (April 18, 2011)*


* Destroying records via nested attributes works independent of reject_if LH #6006 [Durran Jordan] * Destroying records via nested attributes works independent of reject_if LH #6006 [Durran Jordan]


Expand Down
2 changes: 1 addition & 1 deletion activerecord/lib/active_record/version.rb
Expand Up @@ -3,7 +3,7 @@ module VERSION #:nodoc:
MAJOR = 3 MAJOR = 3
MINOR = 0 MINOR = 0
TINY = 7 TINY = 7
PRE = "rc2" PRE = nil


STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end end
Expand Down
2 changes: 1 addition & 1 deletion activeresource/CHANGELOG
@@ -1,4 +1,4 @@
*Rails 3.0.7 (unreleased)* *Rails 3.0.7 (April 18, 2011)*


*No changes. *No changes.


Expand Down
2 changes: 1 addition & 1 deletion activeresource/lib/active_resource/version.rb
Expand Up @@ -3,7 +3,7 @@ module VERSION #:nodoc:
MAJOR = 3 MAJOR = 3
MINOR = 0 MINOR = 0
TINY = 7 TINY = 7
PRE = "rc2" PRE = nil


STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end end
Expand Down
2 changes: 1 addition & 1 deletion activesupport/CHANGELOG
@@ -1,4 +1,4 @@
*Rails 3.0.7 (unreleased)* *Rails 3.0.7 (April 18, 2011)*


* Hash.from_xml no longer loses attributes on tags containing only whitespace [André Arko] * Hash.from_xml no longer loses attributes on tags containing only whitespace [André Arko]


Expand Down
2 changes: 1 addition & 1 deletion activesupport/lib/active_support/version.rb
Expand Up @@ -3,7 +3,7 @@ module VERSION #:nodoc:
MAJOR = 3 MAJOR = 3
MINOR = 0 MINOR = 0
TINY = 7 TINY = 7
PRE = "rc2" PRE = nil


STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end end
Expand Down
2 changes: 1 addition & 1 deletion railties/CHANGELOG
@@ -1,4 +1,4 @@
*Rails 3.0.7 (unreleased)* *Rails 3.0.7 (April 18, 2011)*


*No changes. *No changes.


Expand Down
2 changes: 1 addition & 1 deletion railties/lib/rails/version.rb
Expand Up @@ -3,7 +3,7 @@ module VERSION #:nodoc:
MAJOR = 3 MAJOR = 3
MINOR = 0 MINOR = 0
TINY = 7 TINY = 7
PRE = "rc2" PRE = nil


STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end end
Expand Down
2 changes: 1 addition & 1 deletion version.rb
Expand Up @@ -3,7 +3,7 @@ module VERSION #:nodoc:
MAJOR = 3 MAJOR = 3
MINOR = 0 MINOR = 0
TINY = 7 TINY = 7
PRE = "rc2" PRE = nil


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

0 comments on commit 2c32601

Please sign in to comment.