diff --git a/appveyor.yml b/appveyor.yml index 9aa7a779db9..aa824b23d81 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 7.7.0.0.{build} +version: 7.7.2.0.{build} image: Visual Studio 2015 branches: diff --git a/contrib/win32/openssh/version.rc b/contrib/win32/openssh/version.rc index d045c2450ce..cbaabb80e1e 100644 --- a/contrib/win32/openssh/version.rc +++ b/contrib/win32/openssh/version.rc @@ -51,8 +51,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 7,7,1,0 - PRODUCTVERSION 7,7,1,0 + FILEVERSION 7,7,2,0 + PRODUCTVERSION 7,7,2,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -67,7 +67,7 @@ BEGIN BEGIN BLOCK "040904b0" BEGIN - VALUE "FileVersion", "7.7.1.0" + VALUE "FileVersion", "7.7.2.0" VALUE "ProductName", "OpenSSH for Windows" VALUE "ProductVersion", "OpenSSH_7.7p1 for Windows" END