summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-02-12 11:03:10 +1100
committerDamien Miller <djm@mindrot.org>2013-02-12 11:03:10 +1100
commitfd05154dc45f6079618c6b0ce92cd6e9b55fc87f (patch)
tree16ac2d04fc10f03aa5f0f8acdc3e75d48d098fe5
parentd6d9fa0281e4856c40d5f03ebe4a5cb6a98337e3 (diff)
downloadopenssh-git-fd05154dc45f6079618c6b0ce92cd6e9b55fc87f.tar.gz
- markus@cvs.openbsd.org 2013/02/10 21:19:34
[version.h] openssh 6.2
-rw-r--r--ChangeLog3
-rw-r--r--version.h4
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4084052d..07384320 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -36,6 +36,9 @@
fix NULL deref when built without libedit and control characters
entered as command; debugging and patch from Iain Morgan an
Loganaden Velvindron in bz#1956
+ - markus@cvs.openbsd.org 2013/02/10 21:19:34
+ [version.h]
+ openssh 6.2
20130211
- (djm) [configure.ac openbsd-compat/openssl-compat.h] Repair build on old
diff --git a/version.h b/version.h
index 76adaaff..784f707a 100644
--- a/version.h
+++ b/version.h
@@ -1,6 +1,6 @@
-/* $OpenBSD: version.h,v 1.65 2012/07/22 18:19:21 markus Exp $ */
+/* $OpenBSD: version.h,v 1.66 2013/02/10 21:19:34 markus Exp $ */
-#define SSH_VERSION "OpenSSH_6.1"
+#define SSH_VERSION "OpenSSH_6.2"
#define SSH_PORTABLE "p1"
#define SSH_RELEASE SSH_VERSION SSH_PORTABLE