You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ol...@apache.org on 2003/07/05 20:30:27 UTC

cvs commit: jakarta-commons/httpclient/src/java/org/apache/commons/httpclient HttpMethodBase.java

olegk       2003/07/05 11:30:27

  Modified:    httpclient/src/java/org/apache/commons/httpclient
                        HttpMethodBase.java
  Log:
  References to the version number updated. New version number: 2.1-m1
  
  Revision  Changes    Path
  1.160     +5 -5      jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/HttpMethodBase.java
  
  Index: HttpMethodBase.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/HttpMethodBase.java,v
  retrieving revision 1.159
  retrieving revision 1.160
  diff -u -r1.159 -r1.160
  --- HttpMethodBase.java	2 Jul 2003 01:28:49 -0000	1.159
  +++ HttpMethodBase.java	5 Jul 2003 18:30:27 -0000	1.160
  @@ -155,7 +155,7 @@
       static {
           String agent = System.getProperties()
                                .getProperty("httpclient.useragent",
  -                                          "Jakarta Commons-HttpClient/2.0beta2");
  +                                          "Jakarta Commons-HttpClient/2.1m1");
           USER_AGENT = new Header("User-Agent", agent);
       }
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org