diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | version.h | 4 |
2 files changed, 5 insertions, 2 deletions
@@ -16,6 +16,9 @@ | |||
16 | control whether the client tries to use roaming if enabled on the | 16 | control whether the client tries to use roaming if enabled on the |
17 | server. From Martin Forssen. | 17 | server. From Martin Forssen. |
18 | ok markus@ | 18 | ok markus@ |
19 | - markus@cvs.openbsd.org 2009/06/30 14:54:40 | ||
20 | [version.h] | ||
21 | crank version; ok deraadt | ||
19 | 22 | ||
20 | 20090622 | 23 | 20090622 |
21 | - (dtucker) OpenBSD CVS Sync | 24 | - (dtucker) OpenBSD CVS Sync |
@@ -1,6 +1,6 @@ | |||
1 | /* $OpenBSD: version.h,v 1.55 2009/02/23 00:06:15 djm Exp $ */ | 1 | /* $OpenBSD: version.h,v 1.56 2009/06/30 14:54:40 markus Exp $ */ |
2 | 2 | ||
3 | #define SSH_VERSION "OpenSSH_5.2" | 3 | #define SSH_VERSION "OpenSSH_5.3" |
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 |