File tree 3 files changed +8
-10
lines changed
3 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 3
3
#
4
4
# Built with large strings build for 3.0b1 -> http://nsis.sourceforge.net/Special_Builds
5
5
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 "
8
8
!define MUI_HEADERIMAGE
9
9
!define MUI_HEADERIMAGE_BITMAP " etc\fantomBanner.bmp"
10
10
!define UNINST_REG_KEY " Software\Microsoft\Windows\CurrentVersion\Uninstall\Fantom"
Original file line number Diff line number Diff line change 13
13
runtime=java
14
14
15
15
// Default depth of Err.trace used for stack tracing
16
- errTraceMaxDepth=25
16
+ errTraceMaxDepth=50
17
17
18
18
// Default timezone to use for VM - can be either the simple name
19
19
// or the full name. If not set explicitly, then the we will
Original file line number Diff line number Diff line change 1
- # Fantom v1.0.74 for Windows
1
+ # Fantom v1.0.75 for Windows
2
2
---
3
3
[ ![ Written for: Fantom] ( http://img.shields.io/badge/written%20for-Fantom-lightgray.svg )] ( http://fantom-lang.org/ )
4
4
[ ![ Licence: ISC] ( http://img.shields.io/badge/licence-ISC-blue.svg )] ( https://choosealicense.com/licenses/isc/ )
7
7
8
8
## Overview
9
9
10
- Download the latest installer on the [ Releases Page] ( /Fantom-Factory/fantomWindowsInstaller/ releases ) .
10
+ Download the latest installer on the [ Releases Page] ( /releases/latest ) .
11
11
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/) .
13
13
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.
17
15
18
16
![ Installer Screenshot] ( etc/screenshot.png )
19
17
@@ -34,7 +32,7 @@ This distribution differs slightly from the *official* distribution as this down
34
32
` etc/sys/config.props ` has also been altered slighly:
35
33
36
34
- ` 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)
38
36
39
37
Also, this download doesn't contain those annoying ` .DS_Store ` junk files for MacOS!
40
38
You can’t perform that action at this time.
0 commit comments