Skip to content

Commit

Permalink
Bumpbed version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnWintellect committed Jul 17, 2017
1 parent f37a683 commit 513271e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Paraffin/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@
* ones that didn't destabilize the code.
* 3.70 - Added support for WiX 4 fragments.
* - Updated to .NET 4.6.2.
* 3.71 - Fixed a bug in WiX 4 support.
-----------------------------------------------------------------------------*/
namespace Wintellect.Paraffin
{
Expand Down
4 changes: 2 additions & 2 deletions Paraffin/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.7.0.0")]
[assembly: AssemblyFileVersion("3.7.0.0")]
[assembly: AssemblyVersion("3.7.1.0")]
[assembly: AssemblyFileVersion("3.7.1.0")]

0 comments on commit 513271e

Please sign in to comment.