diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | version.h | 4 |
2 files changed, 5 insertions, 2 deletions
@@ -36,6 +36,9 @@ | |||
36 | fix NULL deref when built without libedit and control characters | 36 | fix NULL deref when built without libedit and control characters |
37 | entered as command; debugging and patch from Iain Morgan an | 37 | entered as command; debugging and patch from Iain Morgan an |
38 | Loganaden Velvindron in bz#1956 | 38 | Loganaden Velvindron in bz#1956 |
39 | - markus@cvs.openbsd.org 2013/02/10 21:19:34 | ||
40 | [version.h] | ||
41 | openssh 6.2 | ||
39 | 42 | ||
40 | 20130211 | 43 | 20130211 |
41 | - (djm) [configure.ac openbsd-compat/openssl-compat.h] Repair build on old | 44 | - (djm) [configure.ac openbsd-compat/openssl-compat.h] Repair build on old |
@@ -1,6 +1,6 @@ | |||
1 | /* $OpenBSD: version.h,v 1.65 2012/07/22 18:19:21 markus Exp $ */ | 1 | /* $OpenBSD: version.h,v 1.66 2013/02/10 21:19:34 markus Exp $ */ |
2 | 2 | ||
3 | #define SSH_VERSION "OpenSSH_6.1" | 3 | #define SSH_VERSION "OpenSSH_6.2" |
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 |