Skip to content

Commit 3f9665b

Browse files
committed
Bumping up to 3.1.1.rc1
1 parent ae6c555 commit 3f9665b

File tree

9 files changed

+17
-17
lines changed

9 files changed

+17
-17
lines changed

RAILS_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.0
1+
3.1.1.rc1

actionmailer/lib/action_mailer/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ module ActionMailer
22
module VERSION #:nodoc:
33
MAJOR = 3
44
MINOR = 1
5-
TINY = 0
6-
PRE = nil
5+
TINY = 1
6+
PRE = "rc1"
77

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

actionpack/lib/action_pack/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ module ActionPack
22
module VERSION #:nodoc:
33
MAJOR = 3
44
MINOR = 1
5-
TINY = 0
6-
PRE = nil
5+
TINY = 1
6+
PRE = "rc1"
77

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

activemodel/lib/active_model/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ module ActiveModel
22
module VERSION #:nodoc:
33
MAJOR = 3
44
MINOR = 1
5-
TINY = 0
6-
PRE = nil
5+
TINY = 1
6+
PRE = "rc1"
77

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

activerecord/lib/active_record/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ module ActiveRecord
22
module VERSION #:nodoc:
33
MAJOR = 3
44
MINOR = 1
5-
TINY = 0
6-
PRE = nil
5+
TINY = 1
6+
PRE = "rc1"
77

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

activeresource/lib/active_resource/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ module ActiveResource
22
module VERSION #:nodoc:
33
MAJOR = 3
44
MINOR = 1
5-
TINY = 0
6-
PRE = nil
5+
TINY = 1
6+
PRE = "rc1"
77

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

activesupport/lib/active_support/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ module ActiveSupport
22
module VERSION #:nodoc:
33
MAJOR = 3
44
MINOR = 1
5-
TINY = 0
6-
PRE = nil
5+
TINY = 1
6+
PRE = "rc1"
77

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

railties/lib/rails/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ module Rails
22
module VERSION #:nodoc:
33
MAJOR = 3
44
MINOR = 1
5-
TINY = 0
6-
PRE = nil
5+
TINY = 1
6+
PRE = "rc1"
77

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

version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ module Rails
22
module VERSION #:nodoc:
33
MAJOR = 3
44
MINOR = 1
5-
TINY = 0
6-
PRE = nil
5+
TINY = 1
6+
PRE = "rc1"
77

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

0 commit comments

Comments
 (0)