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/26 22:38:09 UTC

svn commit: r291739 - in /apr/apr-iconv/branches/0.9.x: CHANGES STATUS include/api_version.h

Author: wrowe
Date: Mon Sep 26 13:38:05 2005
New Revision: 291739

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

  Bump after tag

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

Modified: apr/apr-iconv/branches/0.9.x/CHANGES
URL: http://svn.apache.org/viewcvs/apr/apr-iconv/branches/0.9.x/CHANGES?rev=291739&r1=291738&r2=291739&view=diff
==============================================================================
--- apr/apr-iconv/branches/0.9.x/CHANGES (original)
+++ apr/apr-iconv/branches/0.9.x/CHANGES Mon Sep 26 13:38:05 2005
@@ -1,3 +1,7 @@
+Changes with APR-ICONV 0.9.8-dev
+
+
+
 Changes with APR-ICONV 0.9.7
 
   *) Fixed build .rc version resource for Win32. [Will Rowe]

Modified: apr/apr-iconv/branches/0.9.x/STATUS
URL: http://svn.apache.org/viewcvs/apr/apr-iconv/branches/0.9.x/STATUS?rev=291739&r1=291738&r2=291739&view=diff
==============================================================================
--- apr/apr-iconv/branches/0.9.x/STATUS (original)
+++ apr/apr-iconv/branches/0.9.x/STATUS Mon Sep 26 13:38:05 2005
@@ -3,6 +3,7 @@
 
 Release:
 
+    0.9.8   : in development
     0.9.7   : tagged September 26, 2005
     0.9.6   : not released
     0.9.5   : released November 16, 2004

Modified: apr/apr-iconv/branches/0.9.x/include/api_version.h
URL: http://svn.apache.org/viewcvs/apr/apr-iconv/branches/0.9.x/include/api_version.h?rev=291739&r1=291738&r2=291739&view=diff
==============================================================================
--- apr/apr-iconv/branches/0.9.x/include/api_version.h (original)
+++ apr/apr-iconv/branches/0.9.x/include/api_version.h Mon Sep 26 13:38:05 2005
@@ -63,13 +63,13 @@
 #define API_MINOR_VERSION       9
 
 /** patch level */
-#define API_PATCH_VERSION       7
+#define API_PATCH_VERSION       8
 
 /** 
  *  This symbol is defined for internal, "development" copies of API. This
  *  symbol will be #undef'd for releases. 
  */
-/* #define API_IS_DEV_VERSION */
+#define API_IS_DEV_VERSION
 
 
 /** The formatted string of API's version */