Skip to content

Commit

Permalink
Release 4.2.1
Browse files Browse the repository at this point in the history
Make it compatible with old os (XP)
  • Loading branch information
donho committed May 13, 2017
1 parent c4a0c62 commit fedffd7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions source/resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
#ifndef RESOURCE_H
#define RESOURCE_H

#define VERSION_VALUE "4.2\0"
#define VERSION_DIGITALVALUE 4, 2, 0, 0
#define VERSION_VALUE "4.21\0"
#define VERSION_DIGITALVALUE 4, 2, 1, 0

#ifndef IDC_STATIC
#define IDC_STATIC -1
Expand Down
4 changes: 2 additions & 2 deletions vc.proj/NppPluginConverter.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v120</PlatformToolset>
<PlatformToolset>v120_xp</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
Expand All @@ -47,7 +47,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v120</PlatformToolset>
<PlatformToolset>v120_xp</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
Expand Down

0 comments on commit fedffd7

Please sign in to comment.