Skip to content

Commit

Permalink
1.0.71 readme and script
Browse files Browse the repository at this point in the history
  • Loading branch information
SlimerDude committed May 30, 2018
1 parent 704a287 commit 6a04e74
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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.70"
!define AF_VERSION "1.0.70"
!define VERSION "1.0.71"
!define AF_VERSION "1.0.71"
!define MUI_HEADERIMAGE
!define MUI_HEADERIMAGE_BITMAP "etc\fantomBanner.bmp"
!define UNINST_REG_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\Fantom"
Expand Down Expand Up @@ -40,8 +40,8 @@ VIAddVersionKey "Comments" "NSIS Fantom Installer by Steve Eynon"
VIAddVersionKey "LegalCopyright" "(c) 2011, Brian Frank and Andy Frank"
VIAddVersionKey "FileDescription" "Installer for the Fantom Language"
VIAddVersionKey "FileVersion" "${AF_VERSION}"
VIProductVersion "1.0.70.0"
VIFileVersion "1.0.70.0"
VIProductVersion "1.0.71.0"
VIFileVersion "1.0.71.0"

Var AF_ORIG_INSTDIR

Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Fantom v1.0.70 for Windows
# Fantom v1.0.71 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)
[![Licence: ISC](http://img.shields.io/badge/licence-ISC-blue.svg)](https://choosealicense.com/licenses/isc/)



Expand All @@ -11,7 +11,7 @@ Download the latest installer on the [Downloads Page](https://bitbucket.org/fant

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

It installs Fantom 1.0.70, compete with SWT for 64 bit platforms, and sets all required environment variables.
It installs Fantom 1.0.71, 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](https://bitbucket.org/fantomfactory/fantom-windows-installer/issues?status=new&status=open).

Expand Down

0 comments on commit 6a04e74

Please sign in to comment.