From dfee5c0f626774ca0a8f0944ba327966bd2c6343 Mon Sep 17 00:00:00 2001 From: lukem Date: Tue, 25 Jan 2000 07:14:11 +0000 Subject: [PATCH] crank version --- usr.bin/ftp/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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