diff --git a/configure.ac b/configure.ac index b6b76a7b1..7934e3e2a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.63) -AC_INIT(ovis, 3.4.6, ovis-help@sandia.gov) +AC_INIT(ovis, 3.4.7, ovis-help@sandia.gov) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([m4/Ovis-top.m4]) AC_CONFIG_AUX_DIR(config) diff --git a/ldms/configure.ac b/ldms/configure.ac index 85ef56c3e..42d72ba9c 100644 --- a/ldms/configure.ac +++ b/ldms/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.63) -AC_INIT(ovis-ldms, 3.4.6, ovis-help@sandia.gov) +AC_INIT(ovis-ldms, 3.4.7, ovis-help@sandia.gov) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([src/core/ldms.h]) AC_CONFIG_AUX_DIR(config)