Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hirschmann committed Dec 13, 2015
1 parent e0a2167 commit 85b7ac3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ This Source Code Form is subject to the terms of the Mozilla Public

using System.Reflection;

[assembly: AssemblyVersion("0.7.100.0")]
[assembly: AssemblyInformationalVersion("0.7.100 Beta NBFC")]
[assembly: AssemblyVersion("0.7.120.0")]
[assembly: AssemblyInformationalVersion("0.7.120 Beta NBFC")]
2 changes: 1 addition & 1 deletion Windows/NbfcClient/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.3.1.0")]
[assembly: AssemblyFileVersion("1.3.1.0")]
[assembly: AssemblyInformationalVersion("1.4.1")]
[assembly: AssemblyInformationalVersion("1.4.2")]
[assembly: NeutralResourcesLanguageAttribute("en")]
2 changes: 1 addition & 1 deletion Windows/Setup/NbfcSetup/Constants.wxi
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
<?define CompanyName = "StagWare"?>
<?define ProductName = "NoteBook FanControl"?>
<?define UpgradeGuid = "5602C3F6-014B-41DD-B89F-14BCB1701B57"?>
<?define Version = "1.4.1.0"?>
<?define Version = "1.4.2.0"?>
</Include>

0 comments on commit 85b7ac3

Please sign in to comment.