From e632349b837fee75e5905e84b761b327b14c497f Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Thu, 4 Nov 2010 14:54:28 +0000 Subject: [PATCH] Point to the latest b12 KGS. svn path=/plone.app.discussion/trunk/; revision=45191 --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 8c4ec03..b794c30 100644 --- a/README.txt +++ b/README.txt @@ -29,7 +29,7 @@ To install plone.app.discussion, add the following code to your buildout.cfg:: ... extends = ... - http://good-py.appspot.com/release/plone.app.discussion/1.0b11 + http://good-py.appspot.com/release/plone.app.discussion/1.0b12 ...