From b369ba86eeb02700f6c564a328f4f327c4dd3ab9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Bigaret?=
 <sebastien.bigaret@telecom-bretagne.eu>
Date: Tue, 17 Jul 2018 17:03:28 +0200
Subject: [PATCH] Prepare release 3.0.0

---
 CHANGES                                                | 4 +++-
 build.xml                                              | 2 +-
 src/eu/telecom_bretagne/praxis/common/ReleaseInfo.java | 4 ++--
 3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/CHANGES b/CHANGES
index 4f0ce259..6cedbaf7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+v3.0.0
+------
 
 - New translations!
   - Greek, by Giota Digkoglou
@@ -17,7 +19,7 @@
   some linux systems, an application bundled with one-jar showed
   "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
-  configuration property application.name is now used to set this X11
+  configuration property application.name is used to set this X11
   property.
 
 v2.2
diff --git a/build.xml b/build.xml
index 6c07bf76..3fbae22a 100644
--- a/build.xml
+++ b/build.xml
@@ -7,7 +7,7 @@
     <format property="build.time" pattern="yyyy-MM-dd'T'hh:mm:ss.SSSZ"/>
   </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.
        In details:
        - it is unset when directly building the jars of Praxis,
diff --git a/src/eu/telecom_bretagne/praxis/common/ReleaseInfo.java b/src/eu/telecom_bretagne/praxis/common/ReleaseInfo.java
index 7e89206d..a7f452d0 100644
--- a/src/eu/telecom_bretagne/praxis/common/ReleaseInfo.java
+++ b/src/eu/telecom_bretagne/praxis/common/ReleaseInfo.java
@@ -7,9 +7,9 @@ package eu.telecom_bretagne.praxis.common;
  */
 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");
 
-- 
GitLab