diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | version.h | 4 |
2 files changed, 6 insertions, 3 deletions
@@ -13,6 +13,9 @@ | |||
13 | small tweak; | 13 | small tweak; |
14 | - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec] | 14 | - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec] |
15 | [contrib/suse/openssh.spec] Update versions ahead of release | 15 | [contrib/suse/openssh.spec] Update versions ahead of release |
16 | - markus@cvs.openbsd.org 2006/02/01 11:27:22 | ||
17 | [version.h] | ||
18 | openssh 4.3 | ||
16 | 19 | ||
17 | 20060131 | 20 | 20060131 |
18 | - (djm) OpenBSD CVS Sync | 21 | - (djm) OpenBSD CVS Sync |
@@ -3814,4 +3817,4 @@ | |||
3814 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 3817 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
3815 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 3818 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
3816 | 3819 | ||
3817 | $Id: ChangeLog,v 1.4116 2006/02/01 11:10:47 djm Exp $ | 3820 | $Id: ChangeLog,v 1.4117 2006/02/01 11:27:31 djm Exp $ |
@@ -1,6 +1,6 @@ | |||
1 | /* $OpenBSD: version.h,v 1.45 2005/08/31 09:28:42 markus Exp $ */ | 1 | /* $OpenBSD: version.h,v 1.46 2006/02/01 11:27:22 markus Exp $ */ |
2 | 2 | ||
3 | #define SSH_VERSION "OpenSSH_4.2" | 3 | #define SSH_VERSION "OpenSSH_4.3" |
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 |