You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by ra...@apache.org on 2004/11/19 00:21:50 UTC

cvs commit: xml-security build.xml

raul        2004/11/18 15:21:49

  Modified:    .        build.xml
  Log:
  increase the version to 1.2
  
  Revision  Changes    Path
  1.81      +1 -1      xml-security/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-security/build.xml,v
  retrieving revision 1.80
  retrieving revision 1.81
  diff -u -r1.80 -r1.81
  --- build.xml	9 Oct 2004 19:03:26 -0000	1.80
  +++ build.xml	18 Nov 2004 23:21:49 -0000	1.81
  @@ -15,7 +15,7 @@
       <property name="product.shortname" value="xmlsec"/>
   
       <property name="product.version.major" value="1"/>
  -    <property name="product.version.minor" value="1"/>
  +    <property name="product.version.minor" value="2"/>
       <property name="product.version.level" value="0"/>
       <property name="product.Version" 
   			  value="${product.version.major}.${product.version.minor}.${product.version.level}"/>