From 63d7598fa668414d4dd7cb1f3f8e64b35bdfb434 Mon Sep 17 00:00:00 2001 From: Scott Pakin Date: Wed, 4 Apr 2018 16:58:44 -0600 Subject: [PATCH] Increase version number from 1.5 to 1.6 in preparation for a release --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index cdd136f..3ff48ee 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.5], [pakin@lanl.gov]) +AC_INIT([byfl], [1.6], [pakin@lanl.gov]) AC_CONFIG_SRCDIR([lib/byfl/byfl.h]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([foreign])