Update version.c

Bumped minor version from 0.37 to 0.37.1
This commit is contained in:
PartialVolume
2024-09-12 22:14:11 +01:00
committed by GitHub
parent 8a93e8856d
commit 53383285de

View File

@@ -4,7 +4,7 @@
* used by configure to dynamically assign those values
* to documentation files.
*/
const char* version_string = "0.37";
const char* version_string = "0.37.1";
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 <andy@andybev.com>\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.37";
const char* banner = "nwipe 0.37.1";