diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 01:26:58 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 01:26:58 +0000 |
commit | 999ae6be3243c7b4a815247199447b53c39a3d65 (patch) | |
tree | 1f35b42b5e5f462d35ba452e4dcfa188ce0543fd /version.h | |
parent | Initial commit. (diff) | |
download | openssh-upstream.tar.xz openssh-upstream.zip |
Adding upstream version 1:7.9p1.upstream/1%7.9p1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'version.h')
-rw-r--r-- | version.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/version.h b/version.h new file mode 100644 index 0000000..422dfbc --- /dev/null +++ b/version.h @@ -0,0 +1,6 @@ +/* $OpenBSD: version.h,v 1.83 2018/10/10 16:43:49 deraadt Exp $ */ + +#define SSH_VERSION "OpenSSH_7.9" + +#define SSH_PORTABLE "p1" +#define SSH_RELEASE SSH_VERSION SSH_PORTABLE |