From 3fbedc3e8f65c91999dcee42daa8312e387dcf40 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Sat, 10 Dec 2011 16:47:02 +0100 Subject: enhance VersionInfo resource of Windows excutables + 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 --- solenv/inc/minor.mk | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'solenv/inc/minor.mk') diff --git a/solenv/inc/minor.mk b/solenv/inc/minor.mk index 2a98e4c8fe80..db639a42ad87 100644 --- a/solenv/inc/minor.mk +++ b/solenv/inc/minor.mk @@ -3,3 +3,9 @@ RSCREVISION=360m1(Build:0) BUILD=0 LAST_MINOR=m1 SOURCEVERSION=OOO360 + +VERSIONMAJOR=3 +VERSIONMINOR=6 +VERSIONMICRO=0 + +COPYRIGHTYEARRANGE=2000-2011 -- cgit