summaryrefslogtreecommitdiffstats
path: root/version.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2011-10-02 09:59:03 +0200
committerDarren Tucker <dtucker@zip.com.au>2011-10-02 09:59:03 +0200
commit68afb8c5f242ec74f48fd86137122399435dd757 (patch)
treea41fb99a2df717111d5c1a05f51b3791580218d1 /version.h
parent - dtucker@cvs.openbsd.org 2011/09/23 00:22:04 (diff)
downloadopenssh-68afb8c5f242ec74f48fd86137122399435dd757.tar.xz
openssh-68afb8c5f242ec74f48fd86137122399435dd757.zip
- markus@cvs.openbsd.org 2011/09/23 07:45:05
[mux.c readconf.h channels.h compat.h compat.c ssh.c readconf.c channels.c version.h] unbreak remote portforwarding with dynamic allocated listen ports: 1) send the actual listen port in the open message (instead of 0). this allows multiple forwardings with a dynamic listen port 2) update the matching permit-open entry, so we can identify where to connect to report: den at skbkontur.ru and P. Szczygielski feedback and ok djm@
Diffstat (limited to 'version.h')
-rw-r--r--version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.h b/version.h
index 6a1acb3b6..0c0dfcb72 100644
--- a/version.h
+++ b/version.h
@@ -1,6 +1,6 @@
-/* $OpenBSD: version.h,v 1.62 2011/08/02 23:13:01 djm Exp $ */
+/* $OpenBSD: version.h,v 1.63 2011/09/23 07:45:05 markus Exp $ */
-#define SSH_VERSION "OpenSSH_5.9"
+#define SSH_VERSION "OpenSSH_6.0-beta"
#define SSH_PORTABLE "p1"
#define SSH_RELEASE SSH_VERSION SSH_PORTABLE