We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 232fcb9 commit d323e95Copy full SHA for d323e95
NEWS.md
@@ -1,5 +1,13 @@
1
# Libctl Release Notes
2
3
+## libctl 4.1.1
4
+
5
+6/29/2018
6
7
+* Bug fix in prism bounding boxes (#17).
8
9
+* Build fix for systems with an old `ctlgeom.h` file installed (#16).
10
11
## libctl 4.1
12
13
6/7/2018
configure.ac
@@ -1,5 +1,5 @@
# Process this file with autoconf to produce a configure script.
-AC_INIT(libctl, 4.1.0, stevenj@alum.mit.edu)
+AC_INIT(libctl, 4.1.1, stevenj@alum.mit.edu)
AC_CONFIG_SRCDIR([src/ctl.c])
AC_CONFIG_HEADERS([config.h src/ctl.h])
AC_CONFIG_MACRO_DIR([m4])
0 commit comments