diff --git a/CHANGES b/CHANGES
index 4f0ce259d1f904c1732f6642c10cf73e934d301c..6cedbaf7dac416c1cfa47673eaf7eab985784648 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 6c07bf766d88774bb967808c4e0ddddc183601c7..3fbae22a9c82bd3954d058037704263d99c03898 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 7e89206dfeaa975145c0c15f7265e1be6a72a287..a7f452d0b23256d52948b851d0def8ddca9b4445 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");