Skip to content

Commit

Permalink
bump version numbers to 2.4 for ldms and lib (to match the top level …
Browse files Browse the repository at this point in the history
…version number)
  • Loading branch information
oceandlr committed Feb 21, 2015
1 parent 75c796f commit 4407d2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ldms/configure.ac
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/configure.ac
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 4407d2c

Please sign in to comment.