From 4407d2c95974f63072991130d2701a72675cb8ea Mon Sep 17 00:00:00 2001 From: Ann Gentile Date: Fri, 20 Feb 2015 17:03:58 -0700 Subject: [PATCH] bump version numbers to 2.4 for ldms and lib (to match the top level version number) --- ldms/configure.ac | 2 +- lib/configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ldms/configure.ac b/ldms/configure.ac index 96b69776d..d403a5eac 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, 2.2.0, ovis-help@sandia.gov) +AC_INIT(ovis-ldms, 2.4.0, ovis-help@sandia.gov) AC_CONFIG_MACRO_DIR([m4]) dnl AC_CONFIG_SRCDIR([src/ldms.h]) AC_CONFIG_AUX_DIR(config) diff --git a/lib/configure.ac b/lib/configure.ac index cf33ef7c8..ddd1520a1 100644 --- a/lib/configure.ac +++ b/lib/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.63) -AC_INIT([ovis-lib], 2.2.0, ovis-help@sandia.gov) +AC_INIT([ovis-lib], 2.4.0, ovis-help@sandia.gov) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR(config) AM_CONFIG_HEADER(config.h)