Skip to content

Commit

Permalink
version bump to 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Feb 19, 2020
1 parent 692b5e2 commit d3e8c11
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# MPB Release Notes

## MPB 1.10

2/19/20

* `(get-*-point r)` functions now support MPI (#112).

* `--with-libctl=dir` now looks in `dir/share/libctl` in addition to `dir` (#106).

## MPB 1.9

6/5/19
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.9.0)
AC_INIT(mpb, 1.10.0)
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="4:0:3" # CURRENT:REVISION:AGE
SHARED_VERSION_INFO="4:1:3" # CURRENT:REVISION:AGE

# note: must be consistent with API version above
VERSION_MAJOR=1
Expand Down

0 comments on commit d3e8c11

Please sign in to comment.