Skip to content

Commit 311f9da

Browse files
committed
v1.0.75
1 parent 0427be0 commit 311f9da

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

fantom.nsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
#
44
# Built with large strings build for 3.0b1 -> http://nsis.sourceforge.net/Special_Builds
55

6-
!define VERSION "1.0.74"
7-
!define AF_VERSION "1.0.74"
6+
!define VERSION "1.0.75"
7+
!define AF_VERSION "1.0.75"
88
!define MUI_HEADERIMAGE
99
!define MUI_HEADERIMAGE_BITMAP "etc\fantomBanner.bmp"
1010
!define UNINST_REG_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\Fantom"

fantom/etc/sys/config.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
runtime=java
1414

1515
// Default depth of Err.trace used for stack tracing
16-
errTraceMaxDepth=25
16+
errTraceMaxDepth=50
1717

1818
// Default timezone to use for VM - can be either the simple name
1919
// or the full name. If not set explicitly, then the we will

readme.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Fantom v1.0.74 for Windows
1+
# Fantom v1.0.75 for Windows
22
---
33
[![Written for: Fantom](http://img.shields.io/badge/written%20for-Fantom-lightgray.svg)](http://fantom-lang.org/)
44
[![Licence: ISC](http://img.shields.io/badge/licence-ISC-blue.svg)](https://choosealicense.com/licenses/isc/)
@@ -7,13 +7,11 @@
77

88
## Overview
99

10-
Download the latest installer on the [Releases Page](/Fantom-Factory/fantomWindowsInstaller/releases).
10+
Download the latest installer on the [Releases Page](/releases/latest).
1111

12-
This is a Windows installer for the [Fantom](http://fantom-lang.org/) Programming Language.
12+
This is a Windows installer for the [Fantom Programming Language](https://fantom.org/).
1313

14-
It installs Fantom 1.0.74, compete with SWT for 64 bit platforms, and sets all required environment variables.
15-
16-
Issues related to this installer may be reported on the [issues page](/Fantom-Factory/fantomWindowsInstaller/issues).
14+
It installs Fantom 1.0.75, compete with SWT for 64 bit platforms, and sets all required environment variables.
1715

1816
![Installer Screenshot](etc/screenshot.png)
1917

@@ -34,7 +32,7 @@ This distribution differs slightly from the *official* distribution as this down
3432
`etc/sys/config.props` has also been altered slighly:
3533

3634
- `errTraceMaxDepth` has been increased from 25 to 50 to give longer stack traces
37-
- `debug` has been set to `true` to enable JVM debugging in IDE's like [F4](http://www.xored.com/products/f4/)
35+
- `debug` has been set to `true` to enable JVM debugging in IDE's like [F4](https://github.com/xored/f4)
3836

3937
Also, this download doesn't contain those annoying `.DS_Store` junk files for MacOS!
4038

0 commit comments

Comments
 (0)