From 533fa56de870c2b703ea903efae61162d4012406 Mon Sep 17 00:00:00 2001 From: Martijn van Brummelen Date: Wed, 6 Dec 2017 20:44:12 +0100 Subject: [PATCH] change version to 0.24 --- src/version.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/version.c b/src/version.c index 1e807e6..df2b31e 100644 --- a/src/version.c +++ b/src/version.c @@ -4,7 +4,7 @@ * used by configure to dynamically assign those values * to documentation files. */ -const char *version_string = "0.22"; +const char *version_string = "0.24"; const char *program_name = "nwipe"; const char *author_name = "Martijn van Brummelen"; const char *email_address = "git@brumit.nl"; @@ -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.22 (based on DBAN's dwipe - Darik's Wipe)"; +const char *banner = "nwipe 0.24 (based on DBAN's dwipe - Darik's Wipe)";