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

Update dates to reflect last change in preparation of today's release

parent 71ace33c
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.0 of 2 May 2015 and includes: This is Version 1.5.0 of 11 May 2015 and includes:
- SANY Version 2.1 of 24 February 2014 - SANY Version 2.1 of 24 February 2014
- TLC Version 2.06 of 4 May 2015 - TLC Version 2.06 of 9 May 2015
- PlusCal Version 1.8 of 2 April 2013 - PlusCal Version 1.8 of 2 April 2013
- TLATeX Version 1.0 of 12 April 2013 - TLATeX Version 1.0 of 12 April 2013
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,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.0 of 2 May 2015 and includes:&#x0A; - SANY Version 2.1 of 24 February 2014&#x0A; - TLC Version 2.06 of 2 May 2015&#x0A; - PlusCal Version 1.8 of 2 April 2013&#x0A; - TLATeX Version 1.0 of 12 April 2013&#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.0 of 11 May 2015 and includes:&#x0A; - SANY Version 2.1 of 24 February 2014&#x0A; - TLC Version 2.06 of 9 May 2015&#x0A; - PlusCal Version 1.8 of 2 April 2013&#x0A; - TLATeX Version 1.0 of 12 April 2013&#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"
......
...@@ -201,7 +201,7 @@ public class ToolboxWelcomeView extends ViewPart ...@@ -201,7 +201,7 @@ public class ToolboxWelcomeView extends ViewPart
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.0 of 2 May 2015"); lblVersion.setText("Version 1.5.0 of 11 May 2015");
lblVersion.setBackground(backgroundColor); lblVersion.setBackground(backgroundColor);
} }
......
...@@ -16,7 +16,7 @@ public class TLCGlobals ...@@ -16,7 +16,7 @@ public class TLCGlobals
{ {
// The current version of TLC // The current version of TLC
public static String versionOfTLC = "Version 2.06 of 4 May 2015"; public static String versionOfTLC = "Version 2.06 of 9 May 2015";
// 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