aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/lib/active_resource
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2012-08-01 17:50:48 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2012-08-01 17:50:48 -0300
commitfcccbacec1d25188619f597bbb75505c79084bc3 (patch)
tree7634291abda085a766ccf21e2603ce72bcd0b1bf /activeresource/lib/active_resource
parentf50a5d2eee6ffba0918bfe6a11b99f1f9fa6c58f (diff)
downloadrails-fcccbacec1d25188619f597bbb75505c79084bc3.tar.gz
rails-fcccbacec1d25188619f597bbb75505c79084bc3.tar.bz2
rails-fcccbacec1d25188619f597bbb75505c79084bc3.zip
Bump to 3.2.8.rc1
Diffstat (limited to 'activeresource/lib/active_resource')
-rw-r--r--activeresource/lib/active_resource/version.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/activeresource/lib/active_resource/version.rb b/activeresource/lib/active_resource/version.rb
index 051fba8d5d..eefc379cc6 100644
--- a/activeresource/lib/active_resource/version.rb
+++ b/activeresource/lib/active_resource/version.rb
@@ -2,8 +2,8 @@ module ActiveResource
module VERSION #:nodoc:
MAJOR = 3
MINOR = 2
- TINY = 7
- PRE = nil
+ TINY = 8
+ PRE = "rc1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end