onboarding fileversion, productversion and softwareversion changes (#274)
Updated file version info: FileVersionRaw : 7.6.0.0 ProductVersionRaw : 7.6.0.0 ProductName : OpenSSH for Windows ProductVersion : OpenSSH_7.6p1 for Windows Updated softwareversion - this would show up in protocol identification string and when doing ssh -V OpenSSH_for_Windows_7.6
This commit is contained in:
parent
05d1975743
commit
89cac52637
Binary file not shown.
|
@ -106,7 +106,7 @@ Describe "E2E scenarios for ssh client" -Tags "CI" {
|
||||||
|
|
||||||
It "$tC.$tI - test version" {
|
It "$tC.$tI - test version" {
|
||||||
iex "cmd /c `"ssh -V 2> $stderrFile`""
|
iex "cmd /c `"ssh -V 2> $stderrFile`""
|
||||||
$stderrFile | Should Contain "OpenSSH_"
|
$stderrFile | Should Contain "OpenSSH_for_Windows"
|
||||||
}
|
}
|
||||||
|
|
||||||
It "$tC.$tI - test help" {
|
It "$tC.$tI - test help" {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* $OpenBSD: version.h,v 1.80 2017/09/30 22:26:33 djm Exp $ */
|
/* $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_PORTABLE "p1"
|
||||||
#define SSH_RELEASE SSH_VERSION SSH_PORTABLE
|
#define SSH_RELEASE SSH_VERSION SSH_PORTABLE
|
||||||
|
|
Loading…
Reference in New Issue