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

Merge branch 'hotfix/1.7.1'

parents db33d625 fa8419b7
No related branches found
No related tags found
No related merge requests found
v1.7.1
------
(changes in GUI only)
v1.7 v1.7
---- ----
......
...@@ -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.7"; public static final String release = "1.7.1";
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 = "2012-08-10"; public static final String release_date = "2012-08-12";
public static final String package_date = "2012-08-10"; public static final String package_date = "2012-08-12";
/** /**
* 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