You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rpc-dev@xml.apache.org by dl...@apache.org on 2002/10/09 23:33:33 UTC

cvs commit: xml-rpc/src/java/org/apache/xmlrpc XmlRpc.java

dlr         2002/10/09 14:33:33

  Modified:    src/java/org/apache/xmlrpc XmlRpc.java
  Log:
  Updated version number for 1.2 alpha 1, and added FIXME so that we
  preprocess this value.
  
  Revision  Changes    Path
  1.30      +3 -2      xml-rpc/src/java/org/apache/xmlrpc/XmlRpc.java
  
  Index: XmlRpc.java
  ===================================================================
  RCS file: /home/cvs/xml-rpc/src/java/org/apache/xmlrpc/XmlRpc.java,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -u -r1.29 -r1.30
  --- XmlRpc.java	27 Sep 2002 18:37:23 -0000	1.29
  +++ XmlRpc.java	9 Oct 2002 21:33:33 -0000	1.30
  @@ -89,7 +89,8 @@
       /**
        * The version string used in HTTP communication.
        */
  -    public static final String version = "Apache XML-RPC 1.0";
  +    // FIXME: Use Ant <filter> to preprocess during compilation
  +    public static final String version = "Apache XML-RPC 1.2-a1";
   
       /**
        * The default parser to use (MinML).