Skip to content

Commit

Permalink
Added github action CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rainman74 committed Mar 6, 2023
1 parent 4041e35 commit f092430
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions SRC/NPPTextFX.rc
Original file line number Diff line number Diff line change
Expand Up @@ -12,27 +12,28 @@
#endif

1 VERSIONINFO
FILEVERSION 1,2,0,0
PRODUCTVERSION 1,2,0,0
FILEVERSION 1,3,0,0
PRODUCTVERSION 1,3,0,0
FILETYPE VFT_DLL
{
BLOCK "StringFileInfo"
{
BLOCK "040904E4"
{
VALUE "CompanyName", "Chris Severance"
VALUE "FileVersion", "1.2"
VALUE "FileVersion", "1.3"
VALUE "FileDescription", "TextFX plugin for Notepad++"
VALUE "InternalName", "NPPTextFX"
VALUE "LegalCopyright", "(C) 2005-2022 GNU GPL"
VALUE "LegalTrademarks", "http://www.gnu.org/copyleft/gpl.html"
VALUE "OriginalFilename", "NPPTextFX.DLL"
VALUE "ProductName", "NPPTextFX"
VALUE "ProductVersion", "1.2"
VALUE "ProductVersion", "1.3"
}
}
BLOCK "VarFileInfo"
{
VALUE "Translation", 0x0409, 1252
}
}

2 changes: 1 addition & 1 deletion SRC/enable.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
#define ENABLE_FINDREPLACE 1
#define ENABLE_WrapFriendlyHomeEnd 0
#define ENABLE_AutoShowMatchline 0
#define X86 1
#define X86 1

0 comments on commit f092430

Please sign in to comment.