We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94d2a57 commit 61550abCopy full SHA for 61550ab
configure.ac
@@ -2,11 +2,11 @@
2
# Process this file with autoconf to produce a configure script.
3
4
AC_PREREQ([2.69])
5
-AC_INIT([thapi],[0.0.11],[bvideau@anl.gov])
+AC_INIT([thapi],[0.0.12],[bvideau@anl.gov])
6
AC_CONFIG_SRCDIR([opencl/tracer_opencl_helpers.include.c])
7
AC_CONFIG_HEADERS([utils/config.h])
8
9
-# build artefacts in separate dir
+# build artifacts in separate dir
10
AC_CONFIG_AUX_DIR([m4])
11
AC_CONFIG_MACRO_DIR([m4])
12
0 commit comments