Skip to content

Commit

Permalink
1.4.0.9 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
jimradford committed Oct 3, 2018
1 parent a2f9c60 commit 26dd90e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -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 <password> command line option to be sent. Defaults to not allow the -pw option.
Expand Down
6 changes: 3 additions & 3 deletions SuperPutty/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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("")]

Expand All @@ -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")]

0 comments on commit 26dd90e

Please sign in to comment.