dlr         2002/10/09 14:34:10

  Modified:    src/java/org/apache/xmlrpc XmlRpc.java
  Log:
  Upped version to post-1.2 a1.
  
  Revision  Changes    Path
  1.31      +2 -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.30
  retrieving revision 1.31
  diff -u -u -r1.30 -r1.31
  --- XmlRpc.java       9 Oct 2002 21:33:33 -0000       1.30
  +++ XmlRpc.java       9 Oct 2002 21:34:10 -0000       1.31
  @@ -90,7 +90,7 @@
        * The version string used in HTTP communication.
        */
       // FIXME: Use Ant <filter> to preprocess during compilation
  -    public static final String version = "Apache XML-RPC 1.2-a1";
  +    public static final String version = "Apache XML-RPC 1.2-a2-dev";
   
       /**
        * The default parser to use (MinML).
  
  
  


Reply via email to