diff --git a/configure.ac b/configure.ac index 8040a32..54426e1 100644 --- a/configure.ac +++ b/configure.ac @@ -2,8 +2,8 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.64]) -AC_INIT(nwipe, 0.25, git@brumit.nl) -AM_INIT_AUTOMAKE(nwipe, 0.25) +AC_INIT(nwipe, 0.26, git@brumit.nl) +AM_INIT_AUTOMAKE(nwipe, 0.26) AC_OUTPUT(Makefile src/Makefile man/Makefile) AC_CONFIG_SRCDIR([src/nwipe.c]) AC_CONFIG_HEADERS([config.h])