Skip to content

Commit

Permalink
version bump to 1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Feb 25, 2020
1 parent e848eca commit 5a2184a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Meep Release Notes

## Meep 1.13.1

2/25/2020

* Avoid writing to source directory in remaining tests (#1132).

## Meep 1.13.0

2/19/2020
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Process this file with autoconf to produce a configure script.
AC_INIT(meep, 1.13.0)
AC_INIT(meep, 1.13.1)
AC_CONFIG_SRCDIR(src/step.cpp)

# 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.) Note that any change to a C++ class
# definition (in the .hpp file) generally breaks binary compatibility.
SHARED_VERSION_INFO="18:0:0" # CURRENT:REVISION:AGE
SHARED_VERSION_INFO="18:1:0" # CURRENT:REVISION:AGE

AM_INIT_AUTOMAKE([foreign color-tests parallel-tests silent-rules 1.11])
AM_SILENT_RULES(yes)
Expand Down

0 comments on commit 5a2184a

Please sign in to comment.