We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dff450c + 334bcad commit dcd1d10Copy full SHA for dcd1d10
src/version.c
@@ -4,7 +4,7 @@
4
* used by configure to dynamically assign those values
5
* to documentation files.
6
*/
7
-const char* version_string = "0.32.022";
+const char* version_string = "0.32.023";
8
const char* program_name = "nwipe";
9
const char* author_name = "Martijn van Brummelen";
10
const char* email_address = "[email protected]";
@@ -14,4 +14,4 @@ Modifications to original dwipe Copyright Andy Beverley <[email protected]>\n\
14
This is free software; see the source for copying conditions.\n\
15
There is NO warranty; not even for MERCHANTABILITY or FITNESS\n\
16
FOR A PARTICULAR PURPOSE.\n";
17
-const char* banner = "nwipe 0.32.022";
+const char* banner = "nwipe 0.32.023";
0 commit comments