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

Update ReleaseInfo for v1.11

parent b781950c
No related branches found
No related tags found
No related merge requests found
Pipeline #91 failed
...@@ -7,15 +7,15 @@ package eu.telecom_bretagne.praxis.common; ...@@ -7,15 +7,15 @@ package eu.telecom_bretagne.praxis.common;
*/ */
public abstract class ReleaseInfo public abstract class ReleaseInfo
{ {
public static final String release = "1.10"; public static final String release = "1.11";
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 = "2015-04-15"; public static final String release_date = "2015-12-02";
public static final String package_date = "2014-04-15"; public static final String package_date = "2014-12-02";
/** /**
* Returns a array of three strings: the release, the application_revision number, and the release date * Returns a array of three strings: the release, the application_revision number, and the release date
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment