From: Matthew Dillon Date: Sat, 16 Sep 2006 18:18:05 +0000 (+0000) Subject: Bump the version number reported by cpdup from 1.06 to 1.07 X-Git-Tag: v2.0.1~4393 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/e1a494b36acac618688370bcafbf0777c7634ecb?ds=sidebyside Bump the version number reported by cpdup from 1.06 to 1.07 --- diff --git a/bin/cpdup/misc.c b/bin/cpdup/misc.c index ab7e6bf23e..54c50ebc34 100644 --- a/bin/cpdup/misc.c +++ b/bin/cpdup/misc.c @@ -1,7 +1,7 @@ /* * MISC.C * - * $DragonFly: src/bin/cpdup/misc.c,v 1.7 2006/08/13 20:51:40 dillon Exp $ + * $DragonFly: src/bin/cpdup/misc.c,v 1.8 2006/09/16 18:18:05 dillon Exp $ */ #include "cpdup.h" @@ -110,7 +110,7 @@ fatal(const char *ctl, ...) #endif " -x use .cpignore as exclusion file\n" " -X file specify exclusion file\n" - " Version 1.06 by Matt Dillon and Dima Ruban\n" + " Version 1.07 by Matt Dillon and Dima Ruban\n" ); exit(0); } else {