diff options
author | Mike Heffner <mikeh@FreeBSD.org> | 2003-06-16 02:36:38 +0000 |
---|---|---|
committer | Mike Heffner <mikeh@FreeBSD.org> | 2003-06-16 02:36:38 +0000 |
commit | 1796d6118b58b3fde2859c2646c2cbfef5dc6431 (patch) | |
tree | fe7476d6e4129e7a835cd3c91bbef8b7b0b35a14 /contrib/lukemftp/src/version.h | |
parent | 2e0951ee2da24c3bd16b4edded44a579c3cffe90 (diff) | |
download | src-vendor/tnftp/20030615.tar.gz src-vendor/tnftp/20030615.zip |
Import the June 15, 2003 CVS version of NetBSD's ftp + patchset to fixvendor/tnftp/20030615vendor/NetBSD/lukemftp/20030615
header file differences between FBSD and NBSD. Like lukemftpd, the
portable version of lukemftp lags too far behind CVS.
This import includes several big fixes plus a cleaned up manpage.
Diffstat (limited to 'contrib/lukemftp/src/version.h')
-rw-r--r-- | contrib/lukemftp/src/version.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/lukemftp/src/version.h b/contrib/lukemftp/src/version.h index a47540d86b02..338099704b66 100644 --- a/contrib/lukemftp/src/version.h +++ b/contrib/lukemftp/src/version.h @@ -1,6 +1,6 @@ -/* $NetBSD: version.h,v 1.29 2002/06/05 10:20:51 lukem Exp $ */ +/* $NetBSD: version.h,v 1.31 2003/06/15 13:49:46 lukem Exp $ */ /*- - * Copyright (c) 1999-2002 The NetBSD Foundation, Inc. + * Copyright (c) 1999-2003 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation @@ -40,5 +40,5 @@ #endif #ifndef FTP_VERSION -#define FTP_VERSION "20020605" +#define FTP_VERSION "20030615" #endif |