Module Name: src Committed By: lukem Date: Sun May 5 10:40:19 UTC 2013
Modified Files: src/usr.bin/ftp: version.h Log Message: Version 20130220: restart fix, SYST response parsing improvement To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 src/usr.bin/ftp/version.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/usr.bin/ftp/version.h diff -u src/usr.bin/ftp/version.h:1.83 src/usr.bin/ftp/version.h:1.84 --- src/usr.bin/ftp/version.h:1.83 Wed Feb 6 16:37:20 2013 +++ src/usr.bin/ftp/version.h Sun May 5 10:40:19 2013 @@ -1,4 +1,4 @@ -/* $NetBSD: version.h,v 1.83 2013/02/06 16:37:20 christos Exp $ */ +/* $NetBSD: version.h,v 1.84 2013/05/05 10:40:19 lukem Exp $ */ /*- * Copyright (c) 1999-2009 The NetBSD Foundation, Inc. @@ -34,5 +34,5 @@ #endif #ifndef FTP_VERSION -#define FTP_VERSION "20121224" +#define FTP_VERSION "20130220" #endif