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:42:09 UTC

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

Author: wrowe
Date: Wed Sep 28 14:42:07 2005
New Revision: 292323

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

  Now on 1.1.1-dev finally

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=292323&r1=292322&r2=292323&view=diff
==============================================================================
--- apr/apr-iconv/branches/1.1.x/CHANGES (original)
+++ apr/apr-iconv/branches/1.1.x/CHANGES Wed Sep 28 14:42:07 2005
@@ -1,3 +1,7 @@
+Changes with APR-ICONV 1.1.1-dev
+
+
+
 Changes with APR-ICONV 1.1.0
 
   *) Correctly resolve to APR-1.0, never APR-0.9 in ./buildconf

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=292323&r1=292322&r2=292323&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:42:07 2005
@@ -58,14 +58,14 @@
  * The Patch Level never includes API changes, simply bug fixes.
  * Reset to 0 when upgrading API_MINOR_VERSION
  */
-#define API_PATCH_VERSION       0
+#define API_PATCH_VERSION       1
 
 /** 
  * The symbol API_IS_DEV_VERSION is only defined for internal,
  * "development" copies of API.  It is undefined for released versions
  * of API.
  */
-/* #define API_IS_DEV_VERSION */
+#define API_IS_DEV_VERSION
 
 
 #if defined(API_IS_DEV_VERSION) || defined(DOXYGEN)