- markus@cvs.openbsd.org 2007/08/15 08:16:49
     [version.h]
     openssh 4.7
diff --git a/ChangeLog b/ChangeLog
index 62fd4d6..1e55e86 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,9 @@
      [clientloop.c]
      do NOT fall back to the trused x11 cookie if generation of an untrusted
      cookie fails; from security-alert at sun.com; ok dtucker
+   - markus@cvs.openbsd.org 2007/08/15 08:16:49
+     [version.h]
+     openssh 4.7
 
 20070813
  - (dtucker) [session.c] Bug #1339: ensure that pam_setcred() is always
@@ -3159,4 +3162,4 @@
    OpenServer 6 and add osr5bigcrypt support so when someone migrates
    passwords between UnixWare and OpenServer they will still work. OK dtucker@
 
-$Id: ChangeLog,v 1.4726 2007/08/15 09:13:41 dtucker Exp $
+$Id: ChangeLog,v 1.4727 2007/08/15 09:14:52 dtucker Exp $
diff --git a/version.h b/version.h
index 0f48111..6fcd7e0 100644
--- a/version.h
+++ b/version.h
@@ -1,6 +1,6 @@
-/* $OpenBSD: version.h,v 1.49 2007/03/06 10:13:14 djm Exp $ */
+/* $OpenBSD: version.h,v 1.50 2007/08/15 08:16:49 markus Exp $ */
 
-#define SSH_VERSION	"OpenSSH_4.6"
+#define SSH_VERSION	"OpenSSH_4.7"
 
 #define SSH_PORTABLE	"p1"
 #define SSH_RELEASE	SSH_VERSION SSH_PORTABLE