aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexilla/src/LexillaVersion.rc
diff options
context:
space:
mode:
Diffstat (limited to 'lexilla/src/LexillaVersion.rc')
-rw-r--r--lexilla/src/LexillaVersion.rc37
1 files changed, 0 insertions, 37 deletions
diff --git a/lexilla/src/LexillaVersion.rc b/lexilla/src/LexillaVersion.rc
deleted file mode 100644
index 0afa04452..000000000
--- a/lexilla/src/LexillaVersion.rc
+++ /dev/null
@@ -1,37 +0,0 @@
-// Resource file for Lexilla - provides a version number
-// Copyright 2020 by Neil Hodgson <neilh@scintilla.org>
-// The License.txt file describes the conditions under which this software may be distributed.
-
-#include <windows.h>
-
-#define VERSION_LEXILLA "4.4.6"
-#define VERSION_WORDS 4, 4, 6, 0
-
-VS_VERSION_INFO VERSIONINFO
-FILEVERSION VERSION_WORDS
-PRODUCTVERSION VERSION_WORDS
-FILEFLAGSMASK 0x3fL
-FILEFLAGS 0
-FILEOS VOS_NT_WINDOWS32
-FILETYPE VFT_APP
-FILESUBTYPE VFT2_UNKNOWN
-BEGIN
- BLOCK "VarFileInfo"
- BEGIN
- VALUE "Translation", 0x409, 1200
- END
- BLOCK "StringFileInfo"
- BEGIN
- BLOCK "040904b0"
- BEGIN
- VALUE "CompanyName", "Neil Hodgson neilh@scintilla.org\0"
- VALUE "FileDescription", "Lexilla.DLL - a Lexical Analysis Component\0"
- VALUE "FileVersion", VERSION_LEXILLA "\0"
- VALUE "InternalName", "Lexilla\0"
- VALUE "LegalCopyright", "Copyright 2019 by Neil Hodgson\0"
- VALUE "OriginalFilename", "Lexilla.DLL\0"
- VALUE "ProductName", "Lexilla\0"
- VALUE "ProductVersion", VERSION_LEXILLA "\0"
- END
- END
-END