Skip to content

Commit 290e873

Browse files
authored
prepare for 1.24 release (#2143)
1 parent 21066c2 commit 290e873

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

NEWS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Meep Release Notes
22

3+
## Meep 1.24.0
4+
5+
7/21/2022
6+
7+
* Support for adjoint gradients of local density of states (LDOS) ([#2077]).
8+
9+
* Improvements to memory usage of adjoint solver ([#1855]).
10+
11+
* Various bugfixes ([#1959], [#2044], [#2066], [#2073], [#2079], [#2091], [#2095], [#2114]) and additional unit tests ([#2032], [#2049], [#2053], [#2076], [#2082]).
12+
313
## Meep 1.23.0
414

515
4/6/2022

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Process this file with autoconf to produce a configure script.
22

3-
AC_INIT([meep],[m4_esyscmd(./version.sh 1.24.0-beta)])
3+
AC_INIT([meep],[m4_esyscmd(./version.sh 1.24.0)])
44
AC_CONFIG_SRCDIR(src/step.cpp)
55

66
# Shared-library version number; indicates api compatibility, and is
77
# not the same as the "public" version number. (Don't worry about this
88
# except for public releases.) Note that any change to a C++ class
99
# definition (in the .hpp file) generally breaks binary compatibility.
10-
SHARED_VERSION_INFO="28:0:0" # CURRENT:REVISION:AGE
10+
SHARED_VERSION_INFO="29:0:0" # CURRENT:REVISION:AGE
1111

1212
AM_INIT_AUTOMAKE([foreign color-tests parallel-tests silent-rules 1.11])
1313
AM_SILENT_RULES(yes)

0 commit comments

Comments
 (0)