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

Release $PRAXIS_VERSION

parent bc1046c6
Branches release/2.0
Tags
No related merge requests found
Pipeline #106 failed
...@@ -7,13 +7,13 @@ package eu.telecom_bretagne.praxis.common; ...@@ -7,13 +7,13 @@ package eu.telecom_bretagne.praxis.common;
*/ */
public abstract class ReleaseInfo public abstract class ReleaseInfo
{ {
public static final String release = "1.12-WIP"; public static final String release = "2.0";
public static final int revision = 0; public static final int revision = 0;
public static final int application_revision = Configuration.getInt("revision"); public static final int application_revision = Configuration.getInt("revision");
public static final String release_date = "2017-05-02"; public static final String release_date = "2017-07-10";
/** The date of the packaging. It has always been the same as {@link #release_date}: use the latter field instead */ /** The date of the packaging. It has always been the same as {@link #release_date}: use the latter field instead */
@Deprecated @Deprecated
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment