diff --git a/configure.ac b/configure.ac index d787175..da95cdd 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ m4_define(x_package_name, libmatricxx) # project's name m4_define(x_major, 0) # project's major version -m4_define(x_minor, 0) # project's minor version +m4_define(x_minor, 1) # project's minor version m4_include(ax_init_standard_project.m4) AC_INIT(x_package_name, x_version, x_bugreport, x_package_name) AM_INIT_AUTOMAKE([1.9 tar-pax]) diff --git a/test/makefile.am b/test/makefile.am index e4c074f..7814148 100644 --- a/test/makefile.am +++ b/test/makefile.am @@ -18,4 +18,5 @@ TESTS = ${check_PROGRAMS} basic_SOURCES = basic.cxx +CLEANFILES = ${check_PROGRAMS:%=%.xml} MAINTAINERCLEANFILES = makefile.in