Skip to content

Commit

Permalink
pluginDemo 4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
donho committed Apr 27, 2021
1 parent a565ba9 commit d2c14dc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
bin/
bin64/
arm64/
vs.proj/Debug
vs.proj/Release
vs.proj/.vs
Expand Down
6 changes: 3 additions & 3 deletions src/NppPluginDemo.rc
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

#include <windows.h>

#define VERSION_VALUE "3.1\0"
#define VERSION_DIGITALVALUE 3, 1, 0, 0
#define VERSION_VALUE "4.0\0"
#define VERSION_DIGITALVALUE 4, 0, 0, 0

VS_VERSION_INFO VERSIONINFO
FILEVERSION VERSION_DIGITALVALUE
Expand All @@ -43,7 +43,7 @@ BEGIN
VALUE "FileDescription", "Demo plugin for Notepad++\0"
VALUE "FileVersion", VERSION_VALUE
VALUE "InternalName", "NppPluginDemo.dll\0"
VALUE "LegalCopyright", "Copyright 2016 by Don HO\0"
VALUE "LegalCopyright", "Copyright 2021 by Don HO\0"
VALUE "OriginalFilename", "NppPluginDemo.dll\0"
VALUE "ProductName", "NppPluginDemo\0"
VALUE "ProductVersion", VERSION_VALUE
Expand Down
1 change: 1 addition & 0 deletions vs.proj/NppPluginDemo.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
<LinkIncremental>false</LinkIncremental>
<OutDir>..\arm64\</OutDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
Expand Down

0 comments on commit d2c14dc

Please sign in to comment.