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

Prepare release 3.0.0

parent 5d76e16e
No related branches found
No related tags found
No related merge requests found
Pipeline #109 failed
v3.0.0
------
- New translations! - New translations!
- Greek, by Giota Digkoglou - Greek, by Giota Digkoglou
...@@ -17,7 +19,7 @@ ...@@ -17,7 +19,7 @@
some linux systems, an application bundled with one-jar showed some linux systems, an application bundled with one-jar showed
"com-simontuffs-onejar-Boot" (corresponding to the X11 property "com-simontuffs-onejar-Boot" (corresponding to the X11 property
WM_CLASS, observed on Ubuntu 16.04 w/ Gnome 3.24 & 3.26.1). The new WM_CLASS, observed on Ubuntu 16.04 w/ Gnome 3.24 & 3.26.1). The new
configuration property application.name is now used to set this X11 configuration property application.name is used to set this X11
property. property.
v2.2 v2.2
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<format property="build.time" pattern="yyyy-MM-dd'T'hh:mm:ss.SSSZ"/> <format property="build.time" pattern="yyyy-MM-dd'T'hh:mm:ss.SSSZ"/>
</tstamp> </tstamp>
<property name="praxis.version" value="2.2"/> <property name="praxis.version" value="3.0.0"/>
<!-- If not called from an other project setting praxis.home, define it. <!-- If not called from an other project setting praxis.home, define it.
In details: In details:
- it is unset when directly building the jars of Praxis, - it is unset when directly building the jars of Praxis,
......
...@@ -7,9 +7,9 @@ package eu.telecom_bretagne.praxis.common; ...@@ -7,9 +7,9 @@ package eu.telecom_bretagne.praxis.common;
*/ */
public abstract class ReleaseInfo public abstract class ReleaseInfo
{ {
public static final String release = "2.2"; public static final String release = "3.0.0";
public static final String release_date = "2017-10-18"; public static final String release_date = "2018-07-17";
public static final int application_revision = Configuration.getInt("revision"); 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