diff --git a/fantom.nsi b/fantom.nsi index d7ed785..39d70cf 100644 --- a/fantom.nsi +++ b/fantom.nsi @@ -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" @@ -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 diff --git a/readme.md b/readme.md index 4d6bafd..39afe4c 100644 --- a/readme.md +++ b/readme.md @@ -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/) @@ -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).