open up for 1.9.7 dev
diff --git a/build.xml b/build.xml
index 34264d3..a9f0606 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.6" />
+ <property name="IMPL_VERSION" value="1.9.7" />
<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 ef7ee1c..63b550a 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -1,11 +1,19 @@
-Version: 1.9.6
+Version: 1.9.7
Release date:
- 26-Mar-2012
+ xx-May-2012
Description:
Another patch release for 1.9.
-
+
+ Fixes:
+
+------------------------------------------------------------------------
+=== History: ===
+------------------------------------------------------------------------
+
+1.9.6 [26-Mar-2012]
+
Fixes:
* [JACKSON-763] State of base64/byte[] decoding not reset when
@@ -26,10 +34,6 @@
for strings > 2k in length
(reported by Matt S)
-------------------------------------------------------------------------
-=== History: ===
-------------------------------------------------------------------------
-
1.9.5 [24-Feb-2012]
Fixes: