Skip to content

Commit

Permalink
Prepare for the 3.0.7.rc1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
spastorino committed Apr 14, 2011
1 parent 6bc9dd7 commit 1787447
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion RAILS_VERSION
@@ -1 +1 @@
3.0.6
3.0.7.rc1
4 changes: 2 additions & 2 deletions actionmailer/lib/action_mailer/version.rb
Expand Up @@ -2,8 +2,8 @@ module ActionMailer
module VERSION #:nodoc:
MAJOR = 3
MINOR = 0
TINY = 6
PRE = nil
TINY = 7
PRE = "rc1"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end
Expand Down
4 changes: 2 additions & 2 deletions actionpack/lib/action_pack/version.rb
Expand Up @@ -2,8 +2,8 @@ module ActionPack
module VERSION #:nodoc:
MAJOR = 3
MINOR = 0
TINY = 6
PRE = nil
TINY = 7
PRE = "rc1"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end
Expand Down
4 changes: 2 additions & 2 deletions activemodel/lib/active_model/version.rb
Expand Up @@ -2,8 +2,8 @@ module ActiveModel
module VERSION #:nodoc:
MAJOR = 3
MINOR = 0
TINY = 6
PRE = nil
TINY = 7
PRE = "rc1"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end
Expand Down
4 changes: 2 additions & 2 deletions activerecord/lib/active_record/version.rb
Expand Up @@ -2,8 +2,8 @@ module ActiveRecord
module VERSION #:nodoc:
MAJOR = 3
MINOR = 0
TINY = 6
PRE = nil
TINY = 7
PRE = "rc1"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end
Expand Down
4 changes: 2 additions & 2 deletions activeresource/lib/active_resource/version.rb
Expand Up @@ -2,8 +2,8 @@ module ActiveResource
module VERSION #:nodoc:
MAJOR = 3
MINOR = 0
TINY = 6
PRE = nil
TINY = 7
PRE = "rc1"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end
Expand Down
4 changes: 2 additions & 2 deletions activesupport/lib/active_support/version.rb
Expand Up @@ -2,8 +2,8 @@ module ActiveSupport
module VERSION #:nodoc:
MAJOR = 3
MINOR = 0
TINY = 6
PRE = nil
TINY = 7
PRE = "rc1"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end
Expand Down
4 changes: 2 additions & 2 deletions railties/lib/rails/version.rb
Expand Up @@ -2,8 +2,8 @@ module Rails
module VERSION #:nodoc:
MAJOR = 3
MINOR = 0
TINY = 6
PRE = nil
TINY = 7
PRE = "rc1"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end
Expand Down
4 changes: 2 additions & 2 deletions version.rb
Expand Up @@ -2,8 +2,8 @@ module Rails
module VERSION #:nodoc:
MAJOR = 3
MINOR = 0
TINY = 6
PRE = nil
TINY = 7
PRE = "rc1"

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

0 comments on commit 1787447

Please sign in to comment.