Skip to content
Snippets Groups Projects
Verified Commit 91673771 authored by BIGARET Sebastien's avatar BIGARET Sebastien
Browse files

Prepare release 3.0.1

parent 1394a5f5
No related branches found
No related tags found
No related merge requests found
v3.0.1
------
- When an application does not request a specific language, use the
default one (or English)
- Fix: applications failed to start when the system's default locale
was unsupported.
- Now properly detects when launched with unsupported JVM (currently
v9 and v10), and informs the user before exiting.
v3.0.0
------
......
......@@ -7,7 +7,7 @@
<format property="build.time" pattern="yyyy-MM-dd'T'hh:mm:ss.SSSZ"/>
</tstamp>
<property name="praxis.version" value="3.0.0"/>
<property name="praxis.version" value="3.0.1"/>
<!-- If not called from an other project setting praxis.home, define it.
In details:
- it is unset when directly building the jars of Praxis,
......
......@@ -7,9 +7,9 @@ package eu.telecom_bretagne.praxis.common;
*/
public abstract class ReleaseInfo
{
public static final String release = "3.0.0";
public static final String release = "3.0.1";
public static final String release_date = "2018-07-17";
public static final String release_date = "2018-07-25";
public static final int application_revision = Configuration.getInt("revision");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment