summaryrefslogtreecommitdiff
path: root/version.h
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2018-07-03 11:42:12 +0000
committerDamien Miller <djm@mindrot.org>2018-07-03 23:26:47 +1000
commit2f30300c5e15929d0e34013f38d73e857f445e12 (patch)
tree5ec1533bcf1f445a92a56c23c494839e6b1c5ee3 /version.h
parent4ba0d54794814ec0de1ec87987d0c3b89379b436 (diff)
upstream: crank version number to 7.8; needed for new compat flag
for prior version; part of RSA-SHA2 strictification, ok markus@ OpenBSD-Commit-ID: 84a11fc0efd2674c050712336b5093f5d408e32b
Diffstat (limited to 'version.h')
-rw-r--r--version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.h b/version.h
index ea52b26f5..f1bbf00f3 100644
--- a/version.h
+++ b/version.h
@@ -1,6 +1,6 @@
1/* $OpenBSD: version.h,v 1.81 2018/03/24 19:29:03 markus Exp $ */ 1/* $OpenBSD: version.h,v 1.82 2018/07/03 11:42:12 djm Exp $ */
2 2
3#define SSH_VERSION "OpenSSH_7.7" 3#define SSH_VERSION "OpenSSH_7.8"
4 4
5#define SSH_PORTABLE "p1" 5#define SSH_PORTABLE "p1"
6#define SSH_RELEASE SSH_VERSION SSH_PORTABLE 6#define SSH_RELEASE SSH_VERSION SSH_PORTABLE