Skip to content

Commit

Permalink
version bump to 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Oct 23, 2020
1 parent 6ecbb98 commit 6a4fc16
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -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])
Expand All @@ -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`
Expand Down
4 changes: 2 additions & 2 deletions doc/docs/Download.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

- <https://github.com/NanoComp/mpb/releases/download/v1.7.0/mpb-1.7.0.tar.gz>
- <https://github.com/NanoComp/mpb/releases>

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.

Expand Down

0 comments on commit 6a4fc16

Please sign in to comment.