fixed version for 3.2 release

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/digester/trunk@1197911 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/site/xdoc/guide/constructor.xml b/src/site/xdoc/guide/constructor.xml
index a88a3f3..c6bfa15 100644
--- a/src/site/xdoc/guide/constructor.xml
+++ b/src/site/xdoc/guide/constructor.xml
@@ -78,7 +78,7 @@
       </subsection>
 
       <subsection name="Using the annotations">
-        <p>Since 3.1, <a href="/apidocs/org/apache/commons/digester3/annotations/rules/ObjectCreate.html">ObjectCreate</a>
+        <p>Since 3.2, <a href="/apidocs/org/apache/commons/digester3/annotations/rules/ObjectCreate.html">ObjectCreate</a>
         can be used to annotate constructors as well; with the introduction of
         <a href="/apidocs/org/apache/commons/digester3/annotations/rules/Attribute.html">Attribute</a> annotation,
         constructor based rules can be expressed like:</p>