From 61550abc6b2f7be74467bfeaf001cb2b88b29322 Mon Sep 17 00:00:00 2001 From: Thomas Applencourt Date: Thu, 16 Jan 2025 19:12:11 -0600 Subject: [PATCH] Update configure.ac --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 4d5b2fe8..c2b3ee5e 100644 --- a/configure.ac +++ b/configure.ac @@ -2,11 +2,11 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([thapi],[0.0.11],[bvideau@anl.gov]) +AC_INIT([thapi],[0.0.12],[bvideau@anl.gov]) AC_CONFIG_SRCDIR([opencl/tracer_opencl_helpers.include.c]) AC_CONFIG_HEADERS([utils/config.h]) -# build artefacts in separate dir +# build artifacts in separate dir AC_CONFIG_AUX_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])