• Andras Timar's avatar
    enhance VersionInfo resource of Windows excutables · 3fbedc3e
    Andras Timar yazdı
    + added ProductName (a required parameter), It is LibreOffice
    + CompanyName is configurable, it is $(OOO_VENDOR), that is set
      --with-vendor configure switch. If not set, then CompanyName is
      empty string which is fine, too.
    + Binary file version and FileVersion string show the same value,
      and version number is sane: main version + subversion + microversion
      + build number, such as 3.5.0.0
    + LegalCopyright text is the same as in the About box, year range
      can be set in minor.mk
    - removed archaic and overcomplicated version number calculating macros
    - removed version.lst, copied relevant content to minor.mk
    - removed binary RCDATA resources, I don't think they were of any use
    3fbedc3e
version.hrc 1.38 KB