Win32 build (& doc) tweaks

TOYAMA Shin-ichi noticed that when building for Win32 under mingw/msys,
an #include of "librsvg-cairo.h" was also necessary.

He also bumped the version # in win32/resources.rc
(and I put his credit in there).

I updated docs/RELEASE.txt to mention that .rc file also needing
updated when preparing a new release.
This commit is contained in:
Bill Kendrick 2020-04-10 19:05:52 -07:00
parent 91505fae8e
commit d172f38d4d
7 changed files with 20 additions and 13 deletions

View file

@ -26,8 +26,8 @@ IDI_ICON1 ICON DISCARDABLE "data/images/icon-win32.ico"
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,9,23,0
PRODUCTVERSION 0,9,23,0
FILEVERSION 0,9,24,0
PRODUCTVERSION 0,9,24,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x21L
@ -45,15 +45,15 @@ BEGIN
VALUE "Comments", "\0"
VALUE "CompanyName", "New Breed Software\0"
VALUE "FileDescription", "Tux Paint - Interactive Paint Program.\0"
VALUE "FileVersion", "0.9.23\0"
VALUE "FileVersion", "0.9.24\0"
VALUE "InternalName", "Tux Paint\0"
VALUE "LegalCopyright", "Copyright (C) 2008 by Bill Kendrick\0"
VALUE "LegalCopyright", "Copyright (C) 2008-2020 by Bill Kendrick, et al\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "TuxPaint.exe\0"
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "Tux Paint\0"
VALUE "ProductVersion", "0.9.23\0"
VALUE "SpecialBuild", "win32 build by John Popplewell\0"
VALUE "ProductVersion", "0.9.24\0"
VALUE "SpecialBuild", "win32 build by TOYAMA Shin-ichi\0"
END
END
BLOCK "VarFileInfo"