Skip to content

Commit

Permalink
Prepare for beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed May 5, 2011
1 parent 5b88014 commit 169ae75
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion RAILS_VERSION
@@ -1 +1 @@
3.1.0.beta
3.1.0.beta1
2 changes: 1 addition & 1 deletion actionmailer/lib/action_mailer/version.rb
Expand Up @@ -3,7 +3,7 @@ module VERSION #:nodoc:
MAJOR = 3
MINOR = 1
TINY = 0
PRE = "beta"
PRE = "beta1"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end
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
MINOR = 1
TINY = 0
PRE = "beta"
PRE = "beta1"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end
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
MINOR = 1
TINY = 0
PRE = "beta"
PRE = "beta1"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end
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
MINOR = 1
TINY = 0
PRE = "beta"
PRE = "beta1"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end
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
MINOR = 1
TINY = 0
PRE = "beta"
PRE = "beta1"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end
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
MINOR = 1
TINY = 0
PRE = "beta"
PRE = "beta1"

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

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

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

1 comment on commit 169ae75

@runlevel5
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So the rumour was true, would it be out hot before Railsconf?

Please sign in to comment.