Update files for 0.32 release

Confirmed the following release files were/are updated.
configure.ac
CHANGELOG.md
nwipe.1
version.c
This commit is contained in:
PartialVolume
2021-10-28 23:34:46 +01:00
parent 7d58587eb0
commit 753e758b0a
2 changed files with 10 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.64])
AC_INIT([nwipe], [0.31], [git@brumit.nl])
AC_INIT([nwipe], [0.32], [git@brumit.nl])
AM_INIT_AUTOMAKE(foreign subdir-objects)
AC_OUTPUT(Makefile src/Makefile man/Makefile)
AC_CONFIG_SRCDIR([src/nwipe.c])