Unverified Commit 4dc201d5 authored by akrherz's avatar akrherz

March 4.1 branch forward to 4.1.4-alpha

parent c689f157
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
<property name="version.major" value="4"/> <property name="version.major" value="4"/>
<property name="version.minor" value="1"/> <property name="version.minor" value="1"/>
<property name="version.revision" value="3"/> <property name="version.revision" value="3"/>
<property name="version.extra" value=""/> <!-- For 'beta' or 'alpha' --> <property name="version.extra" value="alpha"/> <!-- For 'beta' or 'alpha' -->
<property name="javac.source" value="1.7"/> <property name="javac.source" value="1.7"/>
<property name="javac.target" value="1.7"/> <property name="javac.target" value="1.7"/>
......
...@@ -42,7 +42,7 @@ public class XMPPServerInfoImpl implements XMPPServerInfo { ...@@ -42,7 +42,7 @@ public class XMPPServerInfoImpl implements XMPPServerInfo {
private final Date startDate; private final Date startDate;
public static final Version VERSION = new Version(4, 1, 3, Version.ReleaseStatus.Release, -1 ); public static final Version VERSION = new Version(4, 1, 4, Version.ReleaseStatus.Alpha, -1 );
/** /**
* Simple constructor * Simple constructor
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment