comparison tools/makeinst-script.sh.in @ 4652:2f14bc0c6d0c

update copyright years
author John W. Eaton <jwe@octave.org>
date Mon, 09 Apr 2018 07:11:54 -0400
parents 1d9448607538
children 213da5688be0
comparison
equal deleted inserted replaced
4651:d0503b307fad 4652:2f14bc0c6d0c
42 !define APP_NAME "GNU Octave" 42 !define APP_NAME "GNU Octave"
43 !define COMP_NAME "GNU Project" 43 !define COMP_NAME "GNU Project"
44 !define WEB_SITE "https://www.octave.org" 44 !define WEB_SITE "https://www.octave.org"
45 !define VERSION "$VERSION.0" 45 !define VERSION "$VERSION.0"
46 !define OCTAVE_VERSION "$OCTAVE_VERSION" 46 !define OCTAVE_VERSION "$OCTAVE_VERSION"
47 !define COPYRIGHT "Copyright © 2013 John W. Eaton and others." 47 !define COPYRIGHT "Copyright © 2013-2018 John W. Eaton and others."
48 !define DESCRIPTION "GNU Octave is a high-level programming language, primarily intended for numerical computations." 48 !define DESCRIPTION "GNU Octave is a high-level programming language, primarily intended for numerical computations."
49 !define INSTALLER_FILES "$TOPDIR/installer-files" 49 !define INSTALLER_FILES "$TOPDIR/installer-files"
50 !define INSTALLER_NAME "octave-$OCTAVE_VERSION-installer.exe" 50 !define INSTALLER_NAME "octave-$OCTAVE_VERSION-installer.exe"
51 !define MAIN_APP_EXE "octave-firsttime.vbs" 51 !define MAIN_APP_EXE "octave-firsttime.vbs"
52 !define INSTALL_TYPE "SetShellVarContext current" 52 !define INSTALL_TYPE "SetShellVarContext current"