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 4e011c1f3..f3bf603d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,9 @@
11 [sshd_config.5] 11 [sshd_config.5]
12 bz#2184 clarify behaviour of a keyword that appears in multiple 12 bz#2184 clarify behaviour of a keyword that appears in multiple
13 matching Match blocks; ok dtucker@ 13 matching Match blocks; ok dtucker@
14 - djm@cvs.openbsd.org 2014/02/27 22:57:40
15 [version.h]
16 openssh-6.6
14 17
1520140227 1820140227
16 - OpenBSD CVS Sync 19 - OpenBSD CVS Sync
diff --git a/version.h b/version.h
index 83d70c6fc..a1579ace1 100644
--- a/version.h
+++ b/version.h
@@ -1,6 +1,6 @@
1/* $OpenBSD: version.h,v 1.69 2014/01/16 07:32:00 djm Exp $ */ 1/* $OpenBSD: version.h,v 1.70 2014/02/27 22:57:40 djm Exp $ */
2 2
3#define SSH_VERSION "OpenSSH_6.5" 3#define SSH_VERSION "OpenSSH_6.6"
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