Skip to content

Commit

Permalink
Update version.c
Browse files Browse the repository at this point in the history
Bump minor version from 0.37.1 to 0.37.2
  • Loading branch information
PartialVolume authored Sep 14, 2024
1 parent deaae2b commit c7155bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* used by configure to dynamically assign those values
* to documentation files.
*/
const char* version_string = "0.37.1";
const char* version_string = "0.37.2";
const char* program_name = "nwipe";
const char* author_name = "Martijn van Brummelen";
const char* email_address = "[email protected]";
Expand All @@ -14,4 +14,4 @@ Modifications to original dwipe Copyright Andy Beverley <[email protected]>\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.1";
const char* banner = "nwipe 0.37.2";

0 comments on commit c7155bf

Please sign in to comment.