From 9d6f92f41c5f9626c845a3224169dd74ec751e57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Wed, 3 Aug 2016 18:43:14 +0000 Subject: [PATCH] all tests passed --- configure.ac | 2 +- test/makefile.am | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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