summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--version.h4
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 7da2b8b82..527dceef6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -43,6 +43,9 @@
43 - djm@cvs.openbsd.org 2008/03/26 21:28:14 43 - djm@cvs.openbsd.org 2008/03/26 21:28:14
44 [auth-options.c auth-options.h session.c sshd.8] 44 [auth-options.c auth-options.h session.c sshd.8]
45 add no-user-rc authorized_keys option to disable execution of ~/.ssh/rc 45 add no-user-rc authorized_keys option to disable execution of ~/.ssh/rc
46 - djm@cvs.openbsd.org 2008/03/27 00:16:49
47 [version.h]
48 openssh-4.9
46 49
4720080315 5020080315
48 - (djm) [regress/test-exec.sh] Quote putty-related variables in case they are 51 - (djm) [regress/test-exec.sh] Quote putty-related variables in case they are
@@ -3811,4 +3814,4 @@
3811 OpenServer 6 and add osr5bigcrypt support so when someone migrates 3814 OpenServer 6 and add osr5bigcrypt support so when someone migrates
3812 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 3815 passwords between UnixWare and OpenServer they will still work. OK dtucker@
3813 3816
3814$Id: ChangeLog,v 1.4889 2008/03/27 00:03:05 djm Exp $ 3817$Id: ChangeLog,v 1.4890 2008/03/27 00:18:13 djm Exp $
diff --git a/version.h b/version.h
index 2db5f2a98..a72d421d5 100644
--- a/version.h
+++ b/version.h
@@ -1,6 +1,6 @@
1/* $OpenBSD: version.h,v 1.51 2008/03/04 21:15:42 deraadt Exp $ */ 1/* $OpenBSD: version.h,v 1.52 2008/03/27 00:16:49 djm Exp $ */
2 2
3#define SSH_VERSION "OpenSSH_4.8" 3#define SSH_VERSION "OpenSSH_4.9"
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