diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index f46a641f..ac4e460d 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,3 +1,5 @@ +1.4.0.9 + - Fixes several bugs and feature updates since 1.4.0.8 See https://github.com/jimradford/superputty/compare/1.4.0.8...master for all 79 commits 1.4.0.8 - Fixes Issue #528 mintty (2.1.4) exiting and throwing exception due to default behavior change in mintty daemonize option. - Fixes Issue #546 Option Added to override and allow -pw command line option to be sent. Defaults to not allow the -pw option. diff --git a/SuperPutty/Properties/AssemblyInfo.cs b/SuperPutty/Properties/AssemblyInfo.cs index c53fdc9b..7f627d93 100644 --- a/SuperPutty/Properties/AssemblyInfo.cs +++ b/SuperPutty/Properties/AssemblyInfo.cs @@ -9,7 +9,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("http://www.jimradford.com/")] [assembly: AssemblyProduct("SuperPuTTY")] -[assembly: AssemblyCopyright("Copyright © 2009 - 2015 Jim Radford")] +[assembly: AssemblyCopyright("Copyright © 2009 - 2018 Jim Radford")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -31,5 +31,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.4.0.8")] -[assembly: AssemblyFileVersion("1.4.0.8")] +[assembly: AssemblyVersion("1.4.0.9")] +[assembly: AssemblyFileVersion("1.4.0.9")]