summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-02-01 22:27:31 +1100
committerDamien Miller <djm@mindrot.org>2006-02-01 22:27:31 +1100
commitc79824bbabd95f0cb8aae3ed33687e7459be55d5 (patch)
tree5aea985d50db118ad9d739349447dd531b34ecaf
parent0d689568a480b317b6149f679b3e0bd17bb0e5ff (diff)
- markus@cvs.openbsd.org 2006/02/01 11:27:22
[version.h] openssh 4.3
-rw-r--r--ChangeLog5
-rw-r--r--version.h4
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 08aded0b..1b262923 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,9 @@
small tweak;
- (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
[contrib/suse/openssh.spec] Update versions ahead of release
+ - markus@cvs.openbsd.org 2006/02/01 11:27:22
+ [version.h]
+ openssh 4.3
20060131
- (djm) OpenBSD CVS Sync
@@ -3814,4 +3817,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
-$Id: ChangeLog,v 1.4116 2006/02/01 11:10:47 djm Exp $
+$Id: ChangeLog,v 1.4117 2006/02/01 11:27:31 djm Exp $
diff --git a/version.h b/version.h
index b9c87e2f..2b729524 100644
--- a/version.h
+++ b/version.h
@@ -1,6 +1,6 @@
-/* $OpenBSD: version.h,v 1.45 2005/08/31 09:28:42 markus Exp $ */
+/* $OpenBSD: version.h,v 1.46 2006/02/01 11:27:22 markus Exp $ */
-#define SSH_VERSION "OpenSSH_4.2"
+#define SSH_VERSION "OpenSSH_4.3"
#define SSH_PORTABLE "p1"
#define SSH_RELEASE SSH_VERSION SSH_PORTABLE