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

v1.5

parent f8f34405
Branches release/1.5
Tags
No related merge requests found
Pipeline #96 failed
v1.5
----
- The bridge now asks the server to delete a result after receiving it.
- Added a consistency check to the ResultStore on the server side. It removes - Added a consistency check to the ResultStore on the server side. It removes
results with invalid statuses, and the results which are closed and point to results with invalid statuses, and the results which are closed and point to
......
...@@ -6,15 +6,15 @@ package eu.telecom_bretagne.praxis.common; ...@@ -6,15 +6,15 @@ package eu.telecom_bretagne.praxis.common;
*/ */
public abstract class ReleaseInfo public abstract class ReleaseInfo
{ {
public static final String release = "1.4.1"; public static final String release = "1.5";
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 = "2011-11-14"; public static final String release_date = "2011-11-22";
public static final String package_date = "2011-11-14"; public static final String package_date = "2011-11-22";
/** /**
* 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