...
diff --git a/build.xml b/build.xml
index 764b4aa..e0e9a1f 100644
--- a/build.xml
+++ b/build.xml
@@ -50,7 +50,7 @@
<property name="IMPL_TITLE_SMILE" value="Jackson Binary format (aka Smile) handling functionality" />
<property name="IMPL_TITLE_MRBEAN" value="Jackson Bean Materializer (aka Mr. Bean)" />
- <property name="IMPL_VERSION" value="1.9.13" />
+ <property name="IMPL_VERSION" value="1.9.14" />
<property name="IMPL_VENDOR" value="http://fasterxml.com" />
<patternset id="dist-all-source-files">
diff --git a/release-notes/VERSION b/release-notes/VERSION
index 65cff81..8e036b8 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -1,9 +1,13 @@
-Version: 1.9.13
-Release date: 14-Jul-2013
+Version: 1.9.14
+Release date: xx-xxx-2013
-Another patch release for 1.9.
+One more patch release for 1.9...
-Fixes:
+------------------------------------------------------------------------
+=== History: ===
+------------------------------------------------------------------------
+
+1.9.13 (14-Jul-2013)
* [JACKSON-887]: StackOverflow with parameterized sub-class field
(reported by Alexander M)
@@ -11,10 +15,6 @@
* [Issue#182]: Add support for updating values of polymorphic types.
(reported by nssheth@github)
-------------------------------------------------------------------------
-=== History: ===
-------------------------------------------------------------------------
-
1.9.12 (25-Jan-2013)
* One more case for [JACKSON-802] (class loading using Class.forName())