Update version.c

Make the change in both version strings.
This commit is contained in:
PartialVolume
2019-12-04 22:09:12 +00:00
committed by GitHub
parent 551836e092
commit b102bee6fa

View File

@@ -4,7 +4,7 @@
* used by configure to dynamically assign those values
* to documentation files.
*/
const char *version_string = "0.26";
const char *version_string = "0.27rc1";
const char *program_name = "nwipe";
const char *author_name = "Martijn van Brummelen";
const char *email_address = "git@brumit.nl";