You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2005/09/28 23:35:32 UTC

svn commit: r292318 - in /apr/apr-iconv/branches/1.1.x: CHANGES include/api_version.h

Author: wrowe
Date: Wed Sep 28 14:35:30 2005
New Revision: 292318

URL: http://svn.apache.org/viewcvs?rev=292318&view=rev
Log:

  Clearly back down to 1.1.0-dev

Modified:
    apr/apr-iconv/branches/1.1.x/CHANGES
    apr/apr-iconv/branches/1.1.x/include/api_version.h

Modified: apr/apr-iconv/branches/1.1.x/CHANGES
URL: http://svn.apache.org/viewcvs/apr/apr-iconv/branches/1.1.x/CHANGES?rev=292318&r1=292317&r2=292318&view=diff
==============================================================================
--- apr/apr-iconv/branches/1.1.x/CHANGES (original)
+++ apr/apr-iconv/branches/1.1.x/CHANGES Wed Sep 28 14:35:30 2005
@@ -1,7 +1,3 @@
-Changes with APR-ICONV 1.1.1-dev
-
-
-
 Changes with APR-ICONV 1.1.0
 
   *) APR_ICONV1_PATH distinguishes between our apr-iconv 0.9 and 1.x

Modified: apr/apr-iconv/branches/1.1.x/include/api_version.h
URL: http://svn.apache.org/viewcvs/apr/apr-iconv/branches/1.1.x/include/api_version.h?rev=292318&r1=292317&r2=292318&view=diff
==============================================================================
--- apr/apr-iconv/branches/1.1.x/include/api_version.h (original)
+++ apr/apr-iconv/branches/1.1.x/include/api_version.h Wed Sep 28 14:35:30 2005
@@ -58,7 +58,7 @@
  * The Patch Level never includes API changes, simply bug fixes.
  * Reset to 0 when upgrading API_MINOR_VERSION
  */
-#define API_PATCH_VERSION       1
+#define API_PATCH_VERSION       0
 
 /** 
  * The symbol API_IS_DEV_VERSION is only defined for internal,