Skip to content

Commit dcd1d10

Browse files
Merge pull request #404 from PartialVolume/master
Bump minor version to 0.32.023
2 parents dff450c + 334bcad commit dcd1d10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/version.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* used by configure to dynamically assign those values
55
* to documentation files.
66
*/
7-
const char* version_string = "0.32.022";
7+
const char* version_string = "0.32.023";
88
const char* program_name = "nwipe";
99
const char* author_name = "Martijn van Brummelen";
1010
const char* email_address = "[email protected]";
@@ -14,4 +14,4 @@ Modifications to original dwipe Copyright Andy Beverley <[email protected]>\n\
1414
This is free software; see the source for copying conditions.\n\
1515
There is NO warranty; not even for MERCHANTABILITY or FITNESS\n\
1616
FOR A PARTICULAR PURPOSE.\n";
17-
const char* banner = "nwipe 0.32.022";
17+
const char* banner = "nwipe 0.32.023";

0 commit comments

Comments
 (0)