view installer-files/octave-launch.rc @ 6341:42c17e88428a release

* src/of-instrument-control.mk: add libmodbus dependancy (grafted from fd9764ef87cbaf8d6883cc6c6461c6b8a50283fd)
author John Donoghue <john.donoghue@ieee.org>
date Thu, 21 Jul 2022 14:42:10 -0400
parents bf9be5e7ab00
children
line wrap: on
line source

#include "winver.h"

VS_VERSION_INFO VERSIONINFO
FILEVERSION     1,0,0,0
PRODUCTVERSION  1,0,0,0
BEGIN
  BLOCK "StringFileInfo"
  BEGIN
    BLOCK "040904B0"  // US-English, Unicode
    BEGIN
      VALUE "CompanyName", "GNU Octave"
      VALUE "FileDescription", "GNU Octave Launcher"
      VALUE "FileVersion", "1.0"
      VALUE "InternalName", "octave-launcher.exe"
      VALUE "LegalCopyright", " Copyright (C) 2021 The Octave Project Developers"
      VALUE "OriginalFilename", "octave-launcher.exe"
      VALUE "ProductName", "GNU Octave Launcher"
      VALUE "ProductVersion", "1.0"
    END
  END
  BLOCK "VarFileInfo"
  BEGIN
    VALUE "Translation", 0x0409, 0x04B0  // US-English, Unicode
  END
END

11 ICON "octave-logo.ico"