You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by mu...@apache.org on 2009/07/21 19:30:39 UTC

svn commit: r796397 - /xml/security/trunk/build.xml

Author: mullan
Date: Tue Jul 21 17:30:39 2009
New Revision: 796397

URL: http://svn.apache.org/viewvc?rev=796397&view=rev
Log:
Change version to 1.4.3.

Modified:
    xml/security/trunk/build.xml

Modified: xml/security/trunk/build.xml
URL: http://svn.apache.org/viewvc/xml/security/trunk/build.xml?rev=796397&r1=796396&r2=796397&view=diff
==============================================================================
--- xml/security/trunk/build.xml (original)
+++ xml/security/trunk/build.xml Tue Jul 21 17:30:39 2009
@@ -16,7 +16,7 @@
 
     <property name="product.version.major" value="1"/>
     <property name="product.version.minor" value="4"/>
-    <property name="product.version.level" value="3beta1"/>
+    <property name="product.version.level" value="3"/>
     <property name="product.version" 
 	  value="${product.version.major}.${product.version.minor}.${product.version.level}"/>
     <property name="product_version"