Skip to content

Commit

Permalink
Update version numbers for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
DoogeJ committed Oct 22, 2018
1 parent 0645178 commit 3c51d48
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Installer/setup.iss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#define use_dotnetfx46

#define MyAppName "SmartHDD"
#define MyAppVersion "1.0.0.1"
#define MyAppVersion "1.1.0.0"
#define MyAppPublisher "DoogeJ"
#define MyAppURL "https://github.com/DoogeJ/SmartHDD"
#define MyAppExeName "SmartHDD.exe"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Please use the GitHub issue-system for bugs or feature requests: [https://github
This section is focussed on development of SmartHDD, in case you want to build your own version(s).

## Environment
This application was written using Visual Studio 2015 and .NET Framework 4.5.2 on Windows 10 1511.
This application was written using Visual Studio 2017 and .NET Framework 4.5.2 on Windows 10 1803.
It will most likely build fine on different configurations, but might require some modifications.

## Updating the version number
Expand Down
5 changes: 4 additions & 1 deletion SmartHDD/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*** END ORIGINAL COPYRIGHT NOTICE ***
Much thanks to:
- Chris Kaczor aka @ckaczor on GitHub
*/

namespace SmartHDD
Expand Down Expand Up @@ -343,7 +346,7 @@ public static void Main()
}

WriteFullLine("┌──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐");
WriteFullLine("│ SmartHDD by DoogeJ - https://github.com/DoogeJ/SmartHDD - (c) 2016 Jaap-Willem Dooge, 2013 Llewellyn Kruger version 1.0.0.1 │");
WriteFullLine("│ SmartHDD by DoogeJ - https://github.com/DoogeJ/SmartHDD - (c) 2016 Jaap-Willem Dooge, 2013 Llewellyn Kruger version 1.1.0.0 │");
WriteFullLine("└──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘");
Console.WriteLine();

Expand Down
4 changes: 2 additions & 2 deletions SmartHDD/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,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("1.0.0.1")]
[assembly: AssemblyFileVersion("1.0.0.1")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]

0 comments on commit 3c51d48

Please sign in to comment.