Files
nwipe/src/version.c

18 lines
750 B
C
Raw Normal View History

2013-09-06 23:38:39 +01:00
/**
* version_string and program_name are used by siege
2020-01-05 13:08:46 -05:00
* and configure; author_name and email_address are
* used by configure to dynamically assign those values
2013-09-06 23:38:39 +01:00
* to documentation files.
*/
const char* version_string = "0.32.013";
2020-01-05 13:08:46 -05:00
const char* program_name = "nwipe";
const char* author_name = "Martijn van Brummelen";
const char* email_address = "git@brumit.nl";
const char* years = "2021";
2020-01-05 13:08:46 -05:00
const char* copyright = "Copyright Darik Horn <dajhorn-dban@vanadac.com>\n\
2013-09-06 23:38:39 +01:00
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.32.013";