summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-01-16 18:42:31 +1100
committerDamien Miller <djm@mindrot.org>2014-01-16 18:42:31 +1100
commit0fa29e6d777c73a1b4ddd3b996b06ee20022ae8a (patch)
tree04b828200d4c54a0ec7fdd370ef3aa2ac3626a1d
parent52c371cd6d2598cc73d4e633811b3012119c47e2 (diff)
- djm@cvs.openbsd.org 2014/01/16 07:32:00
[version.h] openssh-6.5
-rw-r--r--ChangeLog3
-rw-r--r--version.h4
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f8f432e7a..8c252da9a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,9 @@
4 [sftp-client.c] 4 [sftp-client.c]
5 needless and incorrect cast to size_t can break resumption of 5 needless and incorrect cast to size_t can break resumption of
6 large download; patch from tobias@ 6 large download; patch from tobias@
7 - djm@cvs.openbsd.org 2014/01/16 07:32:00
8 [version.h]
9 openssh-6.5
7 10
820140112 1120140112
9 - (djm) OpenBSD CVS Sync 12 - (djm) OpenBSD CVS Sync
diff --git a/version.h b/version.h
index 39033ed3e..83d70c6fc 100644
--- a/version.h
+++ b/version.h
@@ -1,6 +1,6 @@
1/* $OpenBSD: version.h,v 1.68 2013/11/08 01:38:11 djm Exp $ */ 1/* $OpenBSD: version.h,v 1.69 2014/01/16 07:32:00 djm Exp $ */
2 2
3#define SSH_VERSION "OpenSSH_6.4" 3#define SSH_VERSION "OpenSSH_6.5"
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