Skip to content

Commit

Permalink
Fix Windows build version.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Jul 5, 2017
1 parent 5cd232b commit 7f374d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion vcnet/config.h
Expand Up @@ -81,7 +81,7 @@ typedef long ssize_t;
* What is the version number for this software?
*/

#define SVERSION "1.8.30"
#define SVERSION "1.9"


/*
Expand Down
8 changes: 4 additions & 4 deletions vcnet/htmldoc.vcxproj
Expand Up @@ -133,7 +133,7 @@
</Link>
<PostBuildEvent>
<Message>Generate HTMLDOC Users Manual</Message>
<Command>htmldoc.exe --verbose --datadir .. --path ../doc --batch ../doc/htmldoc.book -f ../doc/htmldoc.pdf</Command>
<Command>$(OutDir)htmldoc.exe --verbose --datadir .. --path ../doc --batch ../doc/htmldoc.book -f ../doc/htmldoc.pdf</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
Expand Down Expand Up @@ -176,7 +176,7 @@
</Link>
<PostBuildEvent>
<Message>Generate HTMLDOC Users Manual</Message>
<Command>htmldoc.exe --verbose --datadir .. --path ../doc --batch ../doc/htmldoc.book -f ../doc/htmldoc.pdf</Command>
<Command>$(OutDir)htmldoc.exe --verbose --datadir .. --path ../doc --batch ../doc/htmldoc.book -f ../doc/htmldoc.pdf</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
Expand Down Expand Up @@ -218,7 +218,7 @@
</Link>
<PostBuildEvent>
<Message>Generate HTMLDOC Users Manual</Message>
<Command>htmldocd.exe --verbose --datadir .. --path ../doc --batch ../doc/htmldoc.book -f ../doc/htmldoc.pdf</Command>
<Command>$(OutDir)htmldocd.exe --verbose --datadir .. --path ../doc --batch ../doc/htmldoc.book -f ../doc/htmldoc.pdf</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
Expand Down Expand Up @@ -261,7 +261,7 @@
</Link>
<PostBuildEvent>
<Message>Generate HTMLDOC Users Manual</Message>
<Command>htmldocd.exe --verbose --datadir .. --path ../doc --batch ../doc/htmldoc.book -f ../doc/htmldoc.pdf</Command>
<Command>$(OutDir)htmldocd.exe --verbose --datadir .. --path ../doc --batch ../doc/htmldoc.book -f ../doc/htmldoc.pdf</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
Expand Down

0 comments on commit 7f374d2

Please sign in to comment.