Note that we are at APR-iconv 1.0-dev.


git-svn-id: https://svn.apache.org/repos/asf/apr/apr-iconv/trunk@57727 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/include/api_version.h b/include/api_version.h
index dd2f088..939130c 100644
--- a/include/api_version.h
+++ b/include/api_version.h
@@ -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