Skip to content

Commit 91d4433

Browse files
committed
Preparing for 4.0.10.rc2 release
1 parent 980ab84 commit 91d4433

File tree

15 files changed

+16
-16
lines changed

15 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-
4.0.10.rc1
1+
4.0.10.rc2

actionmailer/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Rails 4.0.10 (August 19, 2014) ##
1+
## Rails 4.0.10 (September 8, 2014) ##
22

33
*No changes*
44

actionmailer/lib/action_mailer/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module ActionMailer
22
# Returns the version of the currently loaded ActionMailer as a Gem::Version
33
def self.version
4-
Gem::Version.new "4.0.10.rc1"
4+
Gem::Version.new "4.0.10.rc2"
55
end
66

77
module VERSION #:nodoc:

actionpack/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Rails 4.0.10 (August 19, 2014) ##
1+
## Rails 4.0.10 (September 8, 2014) ##
22

33
* Return an absolute instead of relative path from an asset url in the case
44
of the `asset_host` proc returning nil

actionpack/lib/action_pack/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module ActionPack
22
# Returns the version of the currently loaded ActionPack as a Gem::Version
33
def self.version
4-
Gem::Version.new "4.0.10.rc1"
4+
Gem::Version.new "4.0.10.rc2"
55
end
66

77
module VERSION #:nodoc:

activemodel/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Rails 4.0.10 (August 19, 2014) ##
1+
## Rails 4.0.10 (September 8, 2014) ##
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
@@ -1,7 +1,7 @@
11
module ActiveModel
22
# Returns the version of the currently loaded ActiveModel as a Gem::Version
33
def self.version
4-
Gem::Version.new "4.0.10.rc1"
4+
Gem::Version.new "4.0.10.rc2"
55
end
66

77
module VERSION #:nodoc:

activerecord/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Rails 4.0.10 (August 19, 2014) ##
1+
## Rails 4.0.10 (September 8, 2014) ##
22

33
* Fixed a regression where whitespaces were stripped from DISTINCT queries in
44
PostgreSQL.
@@ -7,7 +7,7 @@
77

88
Fixes #16623.
99

10-
* Fix regression on after_commit that didnt fire when having nested transactions.
10+
* Fix regression on after_commit that didn't fire when having nested transactions.
1111

1212
Fixes #16425
1313

activerecord/lib/active_record/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module ActiveRecord
22
# Returns the version of the currently loaded ActiveRecord as a Gem::Version
33
def self.version
4-
Gem::Version.new "4.0.10.rc1"
4+
Gem::Version.new "4.0.10.rc2"
55
end
66

77
module VERSION #:nodoc:

activesupport/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Rails 4.0.10 (August 19, 2014) ##
1+
## Rails 4.0.10 (September 8, 2014) ##
22

33
* Fix DateTime comparison with DateTime::Infinity object.
44

0 commit comments

Comments
 (0)