version 9.2.0-SNAPSHOT

This commit is contained in:
Shinsuke Sugaya 2014-03-26 22:49:27 +09:00
parent 024228a7bb
commit 9ac3659170
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>jp.sf.fess</groupId>
<artifactId>fess</artifactId>
<version>9.1.0</version>
<version>9.2.0-SNAPSHOT</version>
<packaging>war</packaging>
<name>Fess</name>
<description>Fess is Full tExt Search System.</description>

View file

@ -24,7 +24,7 @@ import org.codelibs.core.util.StringUtil;
public class Constants extends CoreLibConstants {
public static final int MAJOR_VERSION = 9;
public static final int MINOR_VERSION = 1;
public static final int MINOR_VERSION = 2;
public static final String FESS_VERSION = String.valueOf(MAJOR_VERSION)
+ "." + String.valueOf(MINOR_VERSION);