Fix banner (#751)

* update banner

* update banner
This commit is contained in:
Tess Gauthier 2024-09-26 17:51:06 -04:00 committed by GitHub
parent 414d8531ce
commit b4d7f739df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,8 @@
/* $OpenBSD: version.h,v 1.102 2024/07/01 04:31:59 djm Exp $ */
#define SSH_VERSION "OpenSSH_for_Windows_9.8 Win32-OpenSSH-GitHub"
#define SSH_WINDOWS_VERSION "OpenSSH_for_Windows_9.8"
#define SSH_WINDOWS_BANNER " Win32-OpenSSH-GitHub"
#define SSH_VERSION SSH_WINDOWS_VERSION SSH_WINDOWS_BANNER
#define SSH_PORTABLE "p1"
#define SSH_RELEASE SSH_VERSION SSH_PORTABLE
#define SSH_RELEASE SSH_WINDOWS_VERSION SSH_PORTABLE SSH_WINDOWS_BANNER