jerenkrantz 2003/09/26 00:47:46
Modified: include api_version.h
Log:
Note that we are at APR-iconv 1.0-dev.
Revision Changes Path
1.3 +3 -3 apr-iconv/include/api_version.h
Index: api_version.h
===================================================================
RCS file: /home/cvs/apr-iconv/include/api_version.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -u -r1.2 -r1.3
--- api_version.h 26 Sep 2003 07:47:13 -0000 1.2
+++ api_version.h 26 Sep 2003 07:47:46 -0000 1.3
@@ -93,16 +93,16 @@
* programs such as structure size changes. No binary compatibility is
* possible across a change in the major version.
*/
-#define API_MAJOR_VERSION 0
+#define API_MAJOR_VERSION 1
/**
* Minor API changes that do not cause binary compatibility problems.
* Should be reset to 0 when upgrading API_MAJOR_VERSION
*/
-#define API_MINOR_VERSION 9
+#define API_MINOR_VERSION 0
/** patch level */
-#define API_PATCH_VERSION 4
+#define API_PATCH_VERSION 0
/**
* This symbol is defined for internal, "development" copies of API. This