Skip to content
Snippets Groups Projects
Commit 2cf41975 authored by Markus Alexander Kuppe's avatar Markus Alexander Kuppe
Browse files

Set last-changed dates on all projects in preparation of the upcoming

1.5.6 release.

[Build]
parent bada0009
No related branches found
No related tags found
No related merge requests found
...@@ -8,9 +8,9 @@ ...@@ -8,9 +8,9 @@
<text> <text>
TLA+ Toolbox provides a user interface for TLA+ Tools. TLA+ Toolbox provides a user interface for TLA+ Tools.
This is Version 1.5.6 of 16 January 2018 and includes: This is Version 1.5.6 of 29 January 2018 and includes:
- SANY Version 2.1 of 23 July 2017 - SANY Version 2.1 of 23 July 2017
- TLC Version 2.12 of 16 January 2018 - TLC Version 2.12 of 29 January 2018
- PlusCal Version 1.8 of 07 December 2015 - PlusCal Version 1.8 of 07 December 2015
- TLATeX Version 1.0 of 20 September 2017 - TLATeX Version 1.0 of 20 September 2017
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
</property> </property>
<property <property
name="aboutText" name="aboutText"
value="TLA+ Toolbox provides a user interface for TLA+ Tools. &#x0A;&#x0A;This is Version 1.5.6 of 16 January 2018 and includes:&#x0A; - SANY Version 2.1 of 23 July 2017&#x0A; - TLC Version 2.12 of 16 January 2018&#x0A; - PlusCal Version 1.8 of 07 December 2015&#x0A; - TLATeX Version 1.0 of 20 September 2017&#x0A;&#x0A;Don&apos;t forget to click on help. You can learn about features that you never knew about or have forgotten.&#x0A;&#x0A;Please send us reports of problems or suggestions; see https://groups.google.com/d/forum/tlaplus ."> value="TLA+ Toolbox provides a user interface for TLA+ Tools. &#x0A;&#x0A;This is Version 1.5.6 of 29 January 2018 and includes:&#x0A; - SANY Version 2.1 of 23 July 2017&#x0A; - TLC Version 2.12 of 29 January 2018&#x0A; - PlusCal Version 1.8 of 07 December 2015&#x0A; - TLATeX Version 1.0 of 20 September 2017&#x0A;&#x0A;Don&apos;t forget to click on help. You can learn about features that you never knew about or have forgotten.&#x0A;&#x0A;Please send us reports of problems or suggestions; see https://groups.google.com/d/forum/tlaplus .">
</property> </property>
<property <property
name="aboutImage" name="aboutImage"
......
...@@ -175,7 +175,7 @@ public class ToolboxIntroPart extends IntroPart implements IIntroPart { ...@@ -175,7 +175,7 @@ public class ToolboxIntroPart extends IntroPart implements IIntroPart {
final Label lblVersion = new Label(outerContainer, SWT.WRAP); final Label lblVersion = new Label(outerContainer, SWT.WRAP);
lblVersion.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, false, false, 2, 1)); lblVersion.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, false, false, 2, 1));
lblVersion.setText("Version 1.5.6 of 16 January 2018"); lblVersion.setText("Version 1.5.6 of 29 January 2018");
lblVersion.setBackground(backgroundColor); lblVersion.setBackground(backgroundColor);
} }
......
...@@ -22,7 +22,7 @@ public class TLCGlobals ...@@ -22,7 +22,7 @@ public class TLCGlobals
{ {
// The current version of TLC // The current version of TLC
public static String versionOfTLC = "Version 2.12 of 16 January 2018"; public static String versionOfTLC = "Version 2.12 of 29 January 2018";
// The bound for set enumeration, used for pretty printing // The bound for set enumeration, used for pretty printing
public static int enumBound = 2000; public static int enumBound = 2000;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment