bump to 1.0.3-dev


git-svn-id: https://svn.apache.org/repos/asf/apr/apr-iconv/branches/1.0.x@157685 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/include/api_version.h b/include/api_version.h
index 791a3e0..1aa3f93 100644
--- a/include/api_version.h
+++ b/include/api_version.h
@@ -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       2
+#define API_PATCH_VERSION       3
 
 /** 
  * The symbol API_IS_DEV_VERSION is only defined for internal,
  * "development" copies of API.  It is undefined for released versions
  * of API.
  */
-/* #define API_IS_DEV_VERSION */
+#define API_IS_DEV_VERSION
 
 
 #if defined(API_IS_DEV_VERSION) || defined(DOXYGEN)