Skip to content

Commit

Permalink
Update version.c for 0.30 release
Browse files Browse the repository at this point in the history
  • Loading branch information
PartialVolume authored Dec 9, 2020
1 parent 22f596c commit ab6c4c0
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.29";
const char* version_string = "0.30";
const char* program_name = "nwipe";
const char* author_name = "Martijn van Brummelen";
const char* email_address = "git@brumit.nl";
Expand All @@ -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.29.011";
const char* banner = "nwipe 0.30";

0 comments on commit ab6c4c0

Please sign in to comment.