Diff for /gforth/iss.sh between versions 1.13 and 1.15

version 1.13, 2006/04/09 13:52:46 version 1.15, 2006/04/22 12:22:00
Line 27 Line 27
 # of Gforth, and start the setup compiler there.  # of Gforth, and start the setup compiler there.
   
 cat <<EOT  cat <<EOT
 ; This is the setup script for 4stack on Windows  ; This is the setup script for Gforth on Windows
 ; Setup program is Inno Setup  ; Setup program is Inno Setup
   
 [Setup]  [Setup]
 AppName=Gforth  AppName=Gforth
 AppVerName=Gforth $(cat version)  AppVerName=Gforth $(cat version)
 AppCopyright=Copyright © 1995,1996,1997,1998,2000,2003 Free Software Foundation  AppCopyright=Copyright © 1995,1996,1997,1998,2000,2003,2006 Free Software Foundation
 DefaultDirName={pf}\gforth  DefaultDirName={pf}\gforth
 DefaultGroupName=Gforth  DefaultGroupName=Gforth
 AllowNoIcons=1  AllowNoIcons=1

Removed from v.1.13  
changed lines
  Added in v.1.15


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>