Skip to content

Commit

Permalink
Merge pull request martijnvanbrummelen#510 from PartialVolume/Bump_ve…
Browse files Browse the repository at this point in the history
…rsion_to_0.35

Bump version to 0.35
  • Loading branch information
PartialVolume authored Nov 1, 2023
2 parents fba6331 + f3179cf commit 1b37bce
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
RELEASE NOTES
=============

v0.35
- Nwipe will now optionally create a multi-page PDF certificate that shows details of a specific discs erasure. The first page forms the certificate of erasure and subsequent pages show the drives smart data. See snapshots below.

MORE INFO TO BE ADDED ..

v0.34
-----------------------
- Fix a compiler warning -Wformat-zero-length string
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.71])
AC_INIT([nwipe],[0.34],[[email protected]])
AC_INIT([nwipe],[0.35],[[email protected]])
AM_INIT_AUTOMAKE(foreign subdir-objects)
AC_CONFIG_FILES([Makefile src/Makefile man/Makefile])
AC_OUTPUT
Expand Down
2 changes: 1 addition & 1 deletion man/nwipe.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH NWIPE "1" "March 2022" "nwipe version 0.34" "User Commands"
.TH NWIPE "24" "October 2023" "nwipe version 0.35" "User Commands"
.SH NAME
nwipe \- securely erase disks
.SH SYNOPSIS
Expand Down
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.34.92";
const char* version_string = "0.35";
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.34.92";
const char* banner = "nwipe 0.35";

0 comments on commit 1b37bce

Please sign in to comment.