From 1fe9823eec96d0e7f1cde339264573b68a50c0ef Mon Sep 17 00:00:00 2001 From: wenshao Date: Fri, 20 Jan 2017 09:15:52 +0800 Subject: [PATCH] 1.2.25-SNAPSHOT --- README.md | 2 +- pom.xml | 2 +- src/main/java/com/alibaba/fastjson/JSON.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 33bee28d1e..2faccfcf64 100755 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ https://github.com/eishay/jvm-serializers/wiki com.alibaba fastjson - 1.2.23 + 1.2.24 ``` diff --git a/pom.xml b/pom.xml index f5e1a809cd..289703813f 100755 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ --> com.alibaba fastjson - 1.2.24 + 1.2.25-SNAPSHOT jar fastjson diff --git a/src/main/java/com/alibaba/fastjson/JSON.java b/src/main/java/com/alibaba/fastjson/JSON.java index 5ac552733b..32b56f2b92 100755 --- a/src/main/java/com/alibaba/fastjson/JSON.java +++ b/src/main/java/com/alibaba/fastjson/JSON.java @@ -960,5 +960,5 @@ private static char[] allocateChars(int length) { return chars; } - public final static String VERSION = "1.2.24"; + public final static String VERSION = "1.2.25"; }