Skip to content

Commit

Permalink
prepare for MPB 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Jun 5, 2019
1 parent 4cf6cfe commit 82463e1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions NEWS.md
@@ -1,5 +1,12 @@
# MPB Release Notes

## MPB 1.9

6/5/19

* Add optional `printf` callback so that Meep and other `libmpb` users
can capture standard output (#102).

## MPB 1.8

2/13/19
Expand Down
6 changes: 3 additions & 3 deletions configure.ac
@@ -1,5 +1,5 @@
# Process this file with autoconf to produce a configure script.
AC_INIT(mpb, 1.8.0)
AC_INIT(mpb, 1.9.0)
AC_CONFIG_SRCDIR([src/matrices/matrices.c])
AC_CONFIG_HEADER([config.h src/mpbconf.h])
AC_CONFIG_MACRO_DIR([m4])
Expand All @@ -8,11 +8,11 @@ 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="3:0:2" # CURRENT:REVISION:AGE
SHARED_VERSION_INFO="4:0:3" # CURRENT:REVISION:AGE

# note: must be consistent with API version above
VERSION_MAJOR=1
VERSION_MINOR=8
VERSION_MINOR=9
VERSION_PATCH=0
AC_DEFINE_UNQUOTED(MPB_VERSION_MAJOR, [$VERSION_MAJOR], [major version])
AC_DEFINE_UNQUOTED(MPB_VERSION_MINOR, [$VERSION_MINOR], [minor version])
Expand Down

0 comments on commit 82463e1

Please sign in to comment.