Skip to content

Commit 6a04e74

Browse files
committed
1.0.71 readme and script
1 parent 704a287 commit 6a04e74

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

fantom.nsi

Lines changed: 4 additions & 4 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.70"
7-
!define AF_VERSION "1.0.70"
6+
!define VERSION "1.0.71"
7+
!define AF_VERSION "1.0.71"
88
!define MUI_HEADERIMAGE
99
!define MUI_HEADERIMAGE_BITMAP "etc\fantomBanner.bmp"
1010
!define UNINST_REG_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\Fantom"
@@ -40,8 +40,8 @@ VIAddVersionKey "Comments" "NSIS Fantom Installer by Steve Eynon"
4040
VIAddVersionKey "LegalCopyright" "(c) 2011, Brian Frank and Andy Frank"
4141
VIAddVersionKey "FileDescription" "Installer for the Fantom Language"
4242
VIAddVersionKey "FileVersion" "${AF_VERSION}"
43-
VIProductVersion "1.0.70.0"
44-
VIFileVersion "1.0.70.0"
43+
VIProductVersion "1.0.71.0"
44+
VIFileVersion "1.0.71.0"
4545

4646
Var AF_ORIG_INSTDIR
4747

readme.md

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

66

77

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

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

14-
It installs Fantom 1.0.70, compete with SWT for 64 bit platforms, and sets all required environment variables.
14+
It installs Fantom 1.0.71, compete with SWT for 64 bit platforms, and sets all required environment variables.
1515

1616
Issues related to this installer may be reported on the [issues page](https://bitbucket.org/fantomfactory/fantom-windows-installer/issues?status=new&status=open).
1717

0 commit comments

Comments
 (0)