summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--version.h4
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d47ed659f..38744449b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
2020090622 2320090622
21 - (dtucker) OpenBSD CVS Sync 24 - (dtucker) OpenBSD CVS Sync
diff --git a/version.h b/version.h
index f2f3196ab..721ebdea0 100644
--- a/version.h
+++ b/version.h
@@ -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