From 786331e83c97c218cf8cdbd072ab824c0366fc3e Mon Sep 17 00:00:00 2001 From: Scott Pakin Date: Tue, 3 Feb 2015 11:15:29 -0700 Subject: [PATCH] Bumped up Byfl version from 1.0 to 1.1 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9bcd263..83dbbd8 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.0], [pakin@lanl.gov]) +AC_INIT([byfl], [1.1], [pakin@lanl.gov]) AC_CONFIG_SRCDIR([lib/byfl/byfl.h]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([foreign])