diff --git a/contrib/win32/openssh/version.rc b/contrib/win32/openssh/version.rc index 4fb321613..e08cf3084 100644 Binary files a/contrib/win32/openssh/version.rc and b/contrib/win32/openssh/version.rc differ diff --git a/regress/pesterTests/SSH.Tests.ps1 b/regress/pesterTests/SSH.Tests.ps1 index 66bc92c93..df728dd51 100644 --- a/regress/pesterTests/SSH.Tests.ps1 +++ b/regress/pesterTests/SSH.Tests.ps1 @@ -106,7 +106,7 @@ Describe "E2E scenarios for ssh client" -Tags "CI" { It "$tC.$tI - test version" { iex "cmd /c `"ssh -V 2> $stderrFile`"" - $stderrFile | Should Contain "OpenSSH_" + $stderrFile | Should Contain "OpenSSH_for_Windows" } It "$tC.$tI - test help" { diff --git a/version.h b/version.h index e093f623b..b9880e9d7 100644 --- a/version.h +++ b/version.h @@ -1,6 +1,6 @@ /* $OpenBSD: version.h,v 1.80 2017/09/30 22:26:33 djm Exp $ */ -#define SSH_VERSION "OpenSSH_7.6" +#define SSH_VERSION "OpenSSH_for_Windows_7.6" #define SSH_PORTABLE "p1" #define SSH_RELEASE SSH_VERSION SSH_PORTABLE