And now, at 1.2.3-dev

git-svn-id: https://svn.apache.org/repos/asf/apr/apr-iconv/trunk@1812539 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/CHANGES b/CHANGES
index 9530be8..feda527 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,8 @@
                                                      -*- coding: utf-8 -*-
+Changes with APR-ICONV 1.2.3
+
+
+
 Changes with APR-ICONV 1.2.2
 
   *) Win32: Resolve build issues with modern Visual Studio toolchains.
diff --git a/include/api_version.h b/include/api_version.h
index c278895..653c7f0 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.
  */
-/* #undef API_IS_DEV_VERSION */
+#define API_IS_DEV_VERSION
 
 
 #if defined(API_IS_DEV_VERSION) || defined(DOXYGEN)