Skip to content

Commit 2c32601

Browse files
committed
bumping version for release
1 parent ff3cff8 commit 2c32601

File tree

16 files changed

+16
-16
lines changed

16 files changed

+16
-16
lines changed

RAILS_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.7.rc2
1+
3.0.7

actionmailer/CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*Rails 3.0.7 (unreleased)*
1+
*Rails 3.0.7 (April 18, 2011)*
22

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

actionmailer/lib/action_mailer/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module VERSION #:nodoc:
33
MAJOR = 3
44
MINOR = 0
55
TINY = 7
6-
PRE = "rc2"
6+
PRE = nil
77

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

actionpack/CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*Rails 3.0.7 (unreleased)*
1+
*Rails 3.0.7 (April 18, 2011)*
22

33
*No changes.
44

actionpack/lib/action_pack/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module VERSION #:nodoc:
33
MAJOR = 3
44
MINOR = 0
55
TINY = 7
6-
PRE = "rc2"
6+
PRE = nil
77

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

activemodel/CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*Rails 3.0.7 (unreleased)*
1+
*Rails 3.0.7 (April 18, 2011)*
22

33
*No changes.
44

activemodel/lib/active_model/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module VERSION #:nodoc:
33
MAJOR = 3
44
MINOR = 0
55
TINY = 7
6-
PRE = "rc2"
6+
PRE = nil
77

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

activerecord/CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*Rails 3.0.7 (unreleased)*
1+
*Rails 3.0.7 (April 18, 2011)*
22

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

activerecord/lib/active_record/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module VERSION #:nodoc:
33
MAJOR = 3
44
MINOR = 0
55
TINY = 7
6-
PRE = "rc2"
6+
PRE = nil
77

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

activeresource/CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*Rails 3.0.7 (unreleased)*
1+
*Rails 3.0.7 (April 18, 2011)*
22

33
*No changes.
44

0 commit comments

Comments
 (0)