-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Martijn van Brummelen
committed
Sep 4, 2019
1 parent
55783c0
commit 37dfb1a
Showing
2 changed files
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,14 +4,14 @@ | |
* used by configure to dynamically assign those values | ||
* to documentation files. | ||
*/ | ||
const char *version_string = "0.25"; | ||
const char *version_string = "0.26"; | ||
const char *program_name = "nwipe"; | ||
const char *author_name = "Martijn van Brummelen"; | ||
const char *email_address = "[email protected]"; | ||
const char *years = "2018"; | ||
const char *years = "2019"; | ||
const char *copyright = "Copyright Darik Horn <[email protected]>\n\ | ||
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.25 (based on DBAN's dwipe - Darik's Wipe)"; | ||
const char *banner = "nwipe 0.26 (based on DBAN's dwipe - Darik's Wipe)"; |
37dfb1a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Martijn, not sure whether it's important for the guys that package it for distros but your tag in the release section has the decimal point in the wrong place. If you could edit the release, currently the tag says v.026 rather than v0.26. Thanks