From 6a4fc163dd08eb7431c7f8f44a90bde3d856f131 Mon Sep 17 00:00:00 2001 From: "Steven G. Johnson" Date: Fri, 23 Oct 2020 14:44:49 -0400 Subject: [PATCH] version bump to 1.11.1 --- NEWS.md | 6 ++++++ configure.ac | 4 ++-- doc/docs/Download.md | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/NEWS.md b/NEWS.md index 19973156..a5940cfe 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,11 @@ # MPB Release Notes +## MPB 1.11.1 + +10/23/20 + +* Fix compilation error on MacOS for `mpb/fields.c`. + ## MPB 1.11 10/6/20 diff --git a/configure.ac b/configure.ac index 95d7812e..7a5b41b5 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) +AC_INIT(mpb, 1.11.1) AC_CONFIG_SRCDIR([src/matrices/matrices.c]) AC_CONFIG_HEADER([config.h src/mpbconf.h]) AC_CONFIG_MACRO_DIR([m4]) @@ -8,7 +8,7 @@ AM_MAINTAINER_MODE # Shared-library version number; indicates api compatibility, and is # not the same as the "public" version number. (Don't worry about this # except for public releases.) -SHARED_VERSION_INFO="5:0:4" # CURRENT:REVISION:AGE +SHARED_VERSION_INFO="5:1:4" # CURRENT:REVISION:AGE VERSION_MAJOR=`echo $PACKAGE_VERSION | cut -d. -f1` VERSION_MINOR=`echo $PACKAGE_VERSION | cut -d. -f2` diff --git a/doc/docs/Download.md b/doc/docs/Download.md index 23b9e44b..adbd3fb8 100644 --- a/doc/docs/Download.md +++ b/doc/docs/Download.md @@ -4,9 +4,9 @@ The latest development source is on [GitHub](https://github.com/NanoComp/mpb). -The current stable release is **version 1.7.0** which can be downloaded from: +The current stable releasecan be downloaded from: -- +- Refer to [NEWS](https://github.com/NanoComp/mpb/blob/master/NEWS.md) to see what's new in this version, and be sure to read the [Installation](Installation.md) for how to compile and install it.