LexillaVersion.rc (scintilla445.tgz) | : | LexillaVersion.rc (scintilla446.tgz) | ||
---|---|---|---|---|
// Resource file for Lexilla - provides a version number | // Resource file for Lexilla - provides a version number | |||
// Copyright 2020 by Neil Hodgson <neilh@scintilla.org> | // Copyright 2020 by Neil Hodgson <neilh@scintilla.org> | |||
// The License.txt file describes the conditions under which this software may b e distributed. | // The License.txt file describes the conditions under which this software may b e distributed. | |||
#include <windows.h> | #include <windows.h> | |||
#define VERSION_LEXILLA "4.4.5" | #define VERSION_LEXILLA "4.4.6" | |||
#define VERSION_WORDS 4, 4, 5, 0 | #define VERSION_WORDS 4, 4, 6, 0 | |||
VS_VERSION_INFO VERSIONINFO | VS_VERSION_INFO VERSIONINFO | |||
FILEVERSION VERSION_WORDS | FILEVERSION VERSION_WORDS | |||
PRODUCTVERSION VERSION_WORDS | PRODUCTVERSION VERSION_WORDS | |||
FILEFLAGSMASK 0x3fL | FILEFLAGSMASK 0x3fL | |||
FILEFLAGS 0 | FILEFLAGS 0 | |||
FILEOS VOS_NT_WINDOWS32 | FILEOS VOS_NT_WINDOWS32 | |||
FILETYPE VFT_APP | FILETYPE VFT_APP | |||
FILESUBTYPE VFT2_UNKNOWN | FILESUBTYPE VFT2_UNKNOWN | |||
BEGIN | BEGIN | |||
End of changes. 1 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added |