From 8afa5f2cbf133f591d5b7cc8cfd5937523eec64c Mon Sep 17 00:00:00 2001 From: "Steven G. Johnson" Date: Tue, 6 Oct 2020 21:33:37 -0400 Subject: [PATCH] release 1.11.0 --- NEWS.md | 9 +++++++-- configure.ac | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index e85eb5c1..19973156 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,8 +1,13 @@ # MPB Release Notes -## MPB 1.11-alpha +## MPB 1.11 -* More fine-grained control of output verbosity (#119). +10/6/20 + +* More fine-grained control of output verbosity (#119), + and reduction of default verbosity (#122 and #125). + +* Add `sqmatrix-set` routine in Scheme (#105). ## MPB 1.10 diff --git a/configure.ac b/configure.ac index a5519c9c..95d7812e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Process this file with autoconf to produce a configure script. -AC_INIT(mpb, 1.11.0-alpha) +AC_INIT(mpb, 1.11.0) AC_CONFIG_SRCDIR([src/matrices/matrices.c]) AC_CONFIG_HEADER([config.h src/mpbconf.h]) AC_CONFIG_MACRO_DIR([m4])