Diff for /gforth/iss.sh between versions 1.29 and 1.31

version 1.29, 2012/10/08 01:10:30 version 1.31, 2012/12/31 15:25:18
Line 1 Line 1
 #!/bin/bash  #!/bin/bash
   
 #Copyright (C) 2000,2003,2006,2007,2009,2011 Free Software Foundation, Inc.  #Copyright (C) 2000,2003,2006,2007,2009,2011,2012 Free Software Foundation, Inc.
   
 #This file is part of Gforth.  #This file is part of Gforth.
   
Line 40  cat <<EOT Line 40  cat <<EOT
 [Setup]  [Setup]
 AppName=Gforth  AppName=Gforth
 AppVerName=Gforth $VERSION  AppVerName=Gforth $VERSION
 AppCopyright=Copyright © 1995,1996,1997,1998,2000,2003,2006,2007,2008,2009,2010,2011 Free Software Foundation  AppCopyright=Copyright © 1995,1996,1997,1998,2000,2003,2006,2007,2008,2009,2010,2011,2012 Free Software Foundation
 DefaultDirName={pf}\gforth  DefaultDirName={pf}\gforth
 DefaultGroupName=Gforth  DefaultGroupName=Gforth
 AllowNoIcons=1  AllowNoIcons=1
 InfoBeforeFile=COPYING  InfoBeforeFile=COPYING
 Compression=lzma  Compression=lzma
 DisableStartupPrompt=yes  DisableStartupPrompt=yes
   ChangesEnvironment=yes
 OutputBaseFilename=gforth-$VERSION  OutputBaseFilename=gforth-$VERSION
   
 [Messages]  [Messages]

Removed from v.1.29  
changed lines
  Added in v.1.31


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