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:26:11 UTC

svn commit: r292313 - in /apr/apr-iconv/trunk: CHANGES include/api_version.h

Author: wrowe
Date: Wed Sep 28 14:26:09 2005
New Revision: 292313

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

  Bump to 1.2.0-dev on trunk/

Modified:
    apr/apr-iconv/trunk/CHANGES
    apr/apr-iconv/trunk/include/api_version.h

Modified: apr/apr-iconv/trunk/CHANGES
URL: http://svn.apache.org/viewcvs/apr/apr-iconv/trunk/CHANGES?rev=292313&r1=292312&r2=292313&view=diff
==============================================================================
--- apr/apr-iconv/trunk/CHANGES (original)
+++ apr/apr-iconv/trunk/CHANGES Wed Sep 28 14:26:09 2005
@@ -1,4 +1,8 @@
-Changes with APR-ICONV 1.1
+Changes with APR-ICONV 1.2.0-dev
+
+
+
+Changes with APR-ICONV 1.1.0
 
   *) APR_ICONV1_PATH distinguishes between our apr-iconv 0.9 and 1.x
      flavors (the pool arguments to several internal functions changed

Modified: apr/apr-iconv/trunk/include/api_version.h
URL: http://svn.apache.org/viewcvs/apr/apr-iconv/trunk/include/api_version.h?rev=292313&r1=292312&r2=292313&view=diff
==============================================================================
--- apr/apr-iconv/trunk/include/api_version.h (original)
+++ apr/apr-iconv/trunk/include/api_version.h Wed Sep 28 14:26:09 2005
@@ -52,7 +52,7 @@
  * Minor API changes that do not cause binary compatibility problems.
  * Reset to 0 when upgrading API_MAJOR_VERSION
  */
-#define API_MINOR_VERSION       1
+#define API_MINOR_VERSION       2
 
 /** patch level 
  * The Patch Level never includes API changes, simply bug fixes.