From 4dc84a727c6f170fa3e0add87e6468e4c622b542 Mon Sep 17 00:00:00 2001 From: PartialVolume Date: Wed, 4 Dec 2019 21:50:48 +0000 Subject: [PATCH] Update version.c, Simplify the title text --- src/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.c b/src/version.c index a1df499..46d5781 100644 --- a/src/version.c +++ b/src/version.c @@ -14,4 +14,4 @@ Modifications to original dwipe Copyright Andy Beverley \n\ This is free software; see the source for copying conditions.\n\ There is NO warranty; not even for MERCHANTABILITY or FITNESS\n\ FOR A PARTICULAR PURPOSE.\n"; -const char *banner = "nwipe 0.26 (based on DBAN's dwipe - Darik's Wipe)"; +const char *banner = "nwipe 0.26";