Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
Fix version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
terrajobst committed Dec 23, 2012
1 parent 2f34cbe commit f7c3b7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Setup/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
<Property Id="SHFB_EXISTS" Secure="yes">
<DirectorySearch Id="ShfbRootSearch" Path="[%SHFBROOT]">
<!-- We must set the minimum version number one lower than the actual file we are looking for. -->
<FileSearch Name="SandcastleBuilderGUI.exe" MinVersion="1.9.4.0"
MaxVersion="1.9.5.0"/>
<FileSearch Name="SandcastleBuilderGUI.exe" MinVersion="1.9.5.0"
MaxVersion="1.9.6.0"/>
</DirectorySearch>
</Property>

Expand Down
4 changes: 2 additions & 2 deletions Source/CommonAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
[assembly: ComVisible(false)]
[assembly: NeutralResourcesLanguage("en-US")]

[assembly: AssemblyVersion("1.9.5.0")]
[assembly: AssemblyFileVersion("1.9.5.0")]
[assembly: AssemblyVersion("1.9.6.0")]
[assembly: AssemblyFileVersion("1.9.6.0")]

0 comments on commit f7c3b7b

Please sign in to comment.