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:
Manoj Ampalam 2018-02-20 23:02:04 -08:00 committed by GitHub
parent 05d1975743
commit 89cac52637
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -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" {

View File

@ -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