From ad895b50991b4596ed0617f10f7fb7bf59e8dbba Mon Sep 17 00:00:00 2001 From: Scott Pakin Date: Thu, 24 Sep 2015 10:07:03 -0600 Subject: [PATCH] Updated the Byfl version number from 1.3 to 1.4 About to do a release... --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f56d4ce..07833da 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl ### By Scott Pakin ### dnl ####################################### dnl Initialize Autoconf and friends. -AC_INIT([byfl], [1.3], [pakin@lanl.gov]) +AC_INIT([byfl], [1.4], [pakin@lanl.gov]) AC_CONFIG_SRCDIR([lib/byfl/byfl.h]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([foreign])