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 2007/06/05 00:22:16 UTC

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

Author: wrowe
Date: Mon Jun  4 15:22:15 2007
New Revision: 544311

URL: http://svn.apache.org/viewvc?view=rev&rev=544311
Log:
Bump after tag, we are at 1.2.1

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

Modified: apr/apr-iconv/trunk/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr-iconv/trunk/CHANGES?view=diff&rev=544311&r1=544310&r2=544311
==============================================================================
--- apr/apr-iconv/trunk/CHANGES (original)
+++ apr/apr-iconv/trunk/CHANGES Mon Jun  4 15:22:15 2007
@@ -1,3 +1,7 @@
+Changes with APR-ICONV 1.2.1
+
+
+
 Changes with APR-ICONV 1.2.0
 
   *) Install 'iconv' utility as bin/apriconv to avoid colliding with

Modified: apr/apr-iconv/trunk/STATUS
URL: http://svn.apache.org/viewvc/apr/apr-iconv/trunk/STATUS?view=diff&rev=544311&r1=544310&r2=544311
==============================================================================
--- apr/apr-iconv/trunk/STATUS (original)
+++ apr/apr-iconv/trunk/STATUS Mon Jun  4 15:22:15 2007
@@ -2,6 +2,7 @@
 Last modified at [$Date$]
 
 Releases:
+    1.2.1   : in development
     1.2.0   : tagged June 4, 2007
     1.1.1   : released November 23, 2005
     1.1.0   : not released

Modified: apr/apr-iconv/trunk/include/api_version.h
URL: http://svn.apache.org/viewvc/apr/apr-iconv/trunk/include/api_version.h?view=diff&rev=544311&r1=544310&r2=544311
==============================================================================
--- apr/apr-iconv/trunk/include/api_version.h (original)
+++ apr/apr-iconv/trunk/include/api_version.h Mon Jun  4 15:22:15 2007
@@ -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.
  */
-/* #undef API_IS_DEV_VERSION */
+#define API_IS_DEV_VERSION
 
 
 #if defined(API_IS_DEV_VERSION) || defined(DOXYGEN)