diff --git a/configure.ac b/configure.ac index 2c940eb..94f4115 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([FINCHFS], [0.0.10]) +AC_INIT([FINCHFS], [0.0.11]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AC_CONFIG_SRCDIR([README.md]) AC_CONFIG_HEADERS([lib/config.h])