Skip to content

Commit

Permalink
bump to 1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Jan 8, 2021
1 parent cca4241 commit 88a820a
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.17.1

1/8/2021

* Fix accidental breakage of the adjoint routines ([#1464]).

## Meep 1.17

1/4/2021
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Process this file with autoconf to produce a configure script.

AC_INIT(meep, m4_esyscmd([./version.sh 1.17.1 alpha]))
AC_INIT(meep, m4_esyscmd([./version.sh 1.17.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="23:0:0" # CURRENT:REVISION:AGE
SHARED_VERSION_INFO="23: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 88a820a

Please sign in to comment.