File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
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.77 "
7
- !define AF_VERSION " 1.0.77 "
6
+ !define VERSION " 1.0.78 "
7
+ !define AF_VERSION " 1.0.78 "
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"
@@ -40,8 +40,8 @@ VIAddVersionKey "Comments" "NSIS Fantom Installer by Steve Eynon"
40
40
VIAddVersionKey " LegalCopyright" " (c) 2011, Brian Frank and Andy Frank"
41
41
VIAddVersionKey " FileDescription" " Installer for the Fantom Language"
42
42
VIAddVersionKey " FileVersion" " ${AF_VERSION}"
43
- VIProductVersion " 1.0.77 .0"
44
- VIFileVersion " 1.0.77 .0"
43
+ VIProductVersion " 1.0.78 .0"
44
+ VIFileVersion " 1.0.78 .0"
45
45
46
46
Var AF_ORIG_INSTDIR
47
47
Original file line number Diff line number Diff line change 1
- # Fantom v1.0.77 for Windows
1
+ # Fantom v1.0.78 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/ )
@@ -11,7 +11,7 @@ Download the latest installer on the [Releases Page](https://github.com/Fantom-F
11
11
12
12
This is a Windows installer for the [ Fantom Programming Language] ( https://fantom.org/ ) .
13
13
14
- It installs Fantom 1.0.77 , compete with SWT for 64 bit platforms, and sets all required environment variables.
14
+ It installs Fantom 1.0.78 , compete with SWT for 64 bit platforms, and sets all required environment variables.
15
15
16
16
![ Installer Screenshot] ( etc/screenshot.png )
17
17
You can’t perform that action at this time.
0 commit comments