view installer-files/octave-launch.rc.in @ 6622:1f6d83d95f96

Update octave-launch file version info for octave version (Bug #63740) * binary-dist-rules.mk: add rule to generate octave-launch.rc and use in launcher * installer-files/octave-launch.rc: rename to installer-files/octave-launch.rc.in
author John Donoghue <john.donoghue@ieee.org>
date Mon, 06 Feb 2023 12:52:34 -0500
parents installer-files/octave-launch.rc@bf9be5e7ab00
children
line wrap: on
line source

#include "winver.h"

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

11 ICON "octave-logo.ico"