Revision: 256
Author: johtani
Date: Wed May 21 03:23:52 2014 UTC
Log: change for next release
http://code.google.com/p/lucene-gosen/source/detail?r=256
Modified:
/branches/4x/CHANGES.txt
/branches/4x/build.xml
=======================================
--- /branches/4x/CHANGES.txt Tue May 20 14:02:00 2014 UTC
+++ /branches/4x/CHANGES.txt Wed May 21 03:23:52 2014 UTC
@@ -1,5 +1,19 @@
lucene-gosen Change Log
+========== 4.9.0 / YYYY-MM-DD ===================================
+
+Important Notice
+
+New Features & Improvements
+
+Bug Fixes
+
+API Changes
+
+Javadoc Fixes
+
+Others
+
========== 4.8.1 / 2014-05-21 ===================================
Important Notice
=======================================
--- /branches/4x/build.xml Tue May 20 14:02:00 2014 UTC
+++ /branches/4x/build.xml Wed May 21 03:23:52 2014 UTC
@@ -6,7 +6,7 @@
<!-- to change the dictionary type to naist-chasen, ant
-Ddictype=naist-chasen -->
<property name="dictype" value="ipadic"/>
- <property name="version" value="4.8.1"/>
+ <property name="version" value="4.9.0"/>
<property name="src.dir" location="src/java"/>
<property name="cdic.dir" location="src/compiled-dictionaries"/>