Skip to content

Commit

Permalink
03/09/2018 17:02:59
Browse files Browse the repository at this point in the history
  • Loading branch information
epeios-q37 committed Sep 3, 2018
1 parent 72fc9df commit b00c53a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
@@ -1,7 +1,7 @@
# node.appveyor

environment:
version: 20180816
version: 20180817
affix: xdhq
matrix:
- nodejs_version: "4"
Expand Down
2 changes: 1 addition & 1 deletion Details.props
Expand Up @@ -2,7 +2,7 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<ItemDefinitionGroup>
<ClCompile>
<PreprocessorDefinitions>VERSION="20180816";COPYRIGHT_YEARS="2017";IDENTIFIER="84f54d2d-f1f8-4bfb-b098-73feb5565393";%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>VERSION="20180817";COPYRIGHT_YEARS="2017";IDENTIFIER="4f3a3f90-2bb0-46e0-94b8-c13a2bf5630a";%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
</ItemDefinitionGroup>
</Project>
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "xdhqnjs",
"version": "2018.8.16",
"version": "2018.8.17",
"author": "Claude SIMON (http://q37.info/contact/)",
"description": "'XDHTML' wrapper.",
"main": "XDHq.js",
Expand Down
2 changes: 1 addition & 1 deletion xdhqnjs.vcxproj
Expand Up @@ -22,7 +22,7 @@
<Import Project="Windows.targets"/>
<Import Project="Details.props"/>
<PropertyGroup Label="Globals">
<ProjectGuid>84f54d2d-f1f8-4bfb-b098-73feb5565393</ProjectGuid>
<ProjectGuid>4f3a3f90-2bb0-46e0-94b8-c13a2bf5630a</ProjectGuid>
<RootNamespace>xdhqnjs</RootNamespace>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props"/>
Expand Down

0 comments on commit b00c53a

Please sign in to comment.