diff --git a/usr.bin/ftp/version.h b/usr.bin/ftp/version.h index 0c4671f1ef9a..3cce5fbb7d88 100644 --- a/usr.bin/ftp/version.h +++ b/usr.bin/ftp/version.h @@ -1,4 +1,4 @@ -/* $NetBSD: version.h,v 1.2 1999/12/12 02:12:29 lukem Exp $ */ +/* $NetBSD: version.h,v 1.3 2000/01/25 07:14:11 lukem Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. * All rights reserved. @@ -40,5 +40,5 @@ #endif #ifndef FTP_VERSION -#define FTP_VERSION "19991211" +#define FTP_VERSION "20000125" #endif