You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by je...@apache.org on 2004/11/17 00:34:29 UTC

svn commit: rev 76058 - apr/apr-iconv/branches/API_0_9_BRANCH/include

Author: jerenkrantz
Date: Tue Nov 16 15:34:28 2004
New Revision: 76058

Modified:
   apr/apr-iconv/branches/API_0_9_BRANCH/include/api_version.h
Log:
* include/api_version.h: Bump to 0.9.6-dev.


Modified: apr/apr-iconv/branches/API_0_9_BRANCH/include/api_version.h
==============================================================================
--- apr/apr-iconv/branches/API_0_9_BRANCH/include/api_version.h	(original)
+++ apr/apr-iconv/branches/API_0_9_BRANCH/include/api_version.h	Tue Nov 16 15:34:28 2004
@@ -63,13 +63,13 @@
 #define API_MINOR_VERSION       9
 
 /** patch level */
-#define API_PATCH_VERSION       5
+#define API_PATCH_VERSION       6
 
 /** 
  *  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 */