Update configure.ac for 0.30 release

This commit is contained in:
PartialVolume
2020-12-09 17:10:43 +00:00
committed by GitHub
parent 24a3eb5734
commit be0de995f8

View File

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