Skip to content

Commit

Permalink
Small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainhalle committed Oct 1, 2020
1 parent 19e8828 commit 5b301ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions Source/Core/src/ca/uqac/lif/labpal/Laboratory.java
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ public String saveToString() throws PrintException
*
* @return The JSON element with the lab state, or null if some error
* occurred
* @throws SerializerException Thrown if the serialization of the lab
* @throws PrintException Thrown if the serialization of the lab
* could not be done for some reason
*/
public JsonElement saveToJson() throws PrintException
Expand Down Expand Up @@ -1272,7 +1272,8 @@ protected static String getCliHeader()
{
String out = "";
out += "LabPal " + formatVersion() + " - A versatile environment for running experiments\n";
out += "(C) 2014-2019 Laboratoire d'informatique formelle\nUniversité du Québec à Chicoutimi, Canada\n";
out += "(C) 2014-2020 Laboratoire d'informatique formelle\nUniversité du Québec à Chicoutimi, Canada\n";
out += "https://liflab.github.io/labpal\n";
return out;
}

Expand Down
6 changes: 3 additions & 3 deletions Source/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<name>LabPal</name>

<!-- The project's version number -->
<version>2.11.7</version>
<version>2.11.8</version>

<!-- The project's author. Currently this only
shows up in the footer of the Javadoc documentation. -->
Expand Down Expand Up @@ -82,8 +82,8 @@
<name>Azrael</name>
<classname>ca.uqac.lif.azrael.ObjectPrinter</classname>
<files>
<jar>https://github.com/sylvainhalle/Azrael/releases/download/v2.0/azrael-core.jar</jar>
<jar>https://github.com/sylvainhalle/Azrael/releases/download/v2.0/azrael-json.jar</jar>
<jar>https://github.com/sylvainhalle/Azrael/releases/download/v2.0.2/azrael-core.jar</jar>
<jar>https://github.com/sylvainhalle/Azrael/releases/download/v2.0.2/azrael-json.jar</jar>
</files>
<bundle>true</bundle>
</dependency>
Expand Down

0 comments on commit 5b301ab

Please sign in to comment.