summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--version.h4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 78196a7c..25b0df64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,10 @@
RSA_get_default_method() for the benefit of openssl versions that don't
have it (at least openssl-engine-0.9.6b). Found and tested by Kevin Brott,
ok djm@.
+ - OpenBSD CVS Sync
+ - djm@cvs.openbsd.org 2011/01/22 09:18:53
+ [version.h]
+ crank to OpenSSH-5.7
20110119
- (tim) [contrib/caldera/openssh.spec] Use CFLAGS from Makefile instead
diff --git a/version.h b/version.h
index 67d78dcc..202e0dec 100644
--- a/version.h
+++ b/version.h
@@ -1,6 +1,6 @@
-/* $OpenBSD: version.h,v 1.59 2010/08/08 16:26:42 djm Exp $ */
+/* $OpenBSD: version.h,v 1.60 2011/01/22 09:18:53 djm Exp $ */
-#define SSH_VERSION "OpenSSH_5.6"
+#define SSH_VERSION "OpenSSH_5.7"
#define SSH_PORTABLE "p1"
#define SSH_RELEASE SSH_VERSION SSH_PORTABLE