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

Release 2.1

parent a333206e
Branches release/2.1
No related tags found
No related merge requests found
Pipeline #107 failed
v2.1
----
- Fix a problem on Mac OS X where the server's internal database could
not be read (it failed with java.sql.SQLException: [SQLITE_NOTADB]
......
......@@ -7,13 +7,13 @@ package eu.telecom_bretagne.praxis.common;
*/
public abstract class ReleaseInfo
{
public static final String release = "2.0";
public static final String release = "2.1";
public static final int revision = 0;
public static final int application_revision = Configuration.getInt("revision");
public static final String release_date = "2017-07-10";
public static final String release_date = "2017-09-07";
/** The date of the packaging. It has always been the same as {@link #release_date}: use the latter field instead */
@Deprecated
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment