Skip to content

Commit

Permalink
v1.0.75
Browse files Browse the repository at this point in the history
  • Loading branch information
SlimerDude committed Aug 31, 2020
1 parent 0427be0 commit 311f9da
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
4 changes: 2 additions & 2 deletions fantom.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#
# Built with large strings build for 3.0b1 -> http://nsis.sourceforge.net/Special_Builds

!define VERSION "1.0.74"
!define AF_VERSION "1.0.74"
!define VERSION "1.0.75"
!define AF_VERSION "1.0.75"
!define MUI_HEADERIMAGE
!define MUI_HEADERIMAGE_BITMAP "etc\fantomBanner.bmp"
!define UNINST_REG_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\Fantom"
Expand Down
2 changes: 1 addition & 1 deletion fantom/etc/sys/config.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
runtime=java

// Default depth of Err.trace used for stack tracing
errTraceMaxDepth=25
errTraceMaxDepth=50

// Default timezone to use for VM - can be either the simple name
// or the full name. If not set explicitly, then the we will
Expand Down
12 changes: 5 additions & 7 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Fantom v1.0.74 for Windows
# Fantom v1.0.75 for Windows
---
[![Written for: Fantom](http://img.shields.io/badge/written%20for-Fantom-lightgray.svg)](http://fantom-lang.org/)
[![Licence: ISC](http://img.shields.io/badge/licence-ISC-blue.svg)](https://choosealicense.com/licenses/isc/)
Expand All @@ -7,13 +7,11 @@

## Overview

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

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

It installs Fantom 1.0.74, compete with SWT for 64 bit platforms, and sets all required environment variables.

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

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

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

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

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

Expand Down

0 comments on commit 311f9da

Please sign in to comment.