Skip to content

Commit d323e95

Browse files
committed
bump for 4.1.1
1 parent 232fcb9 commit d323e95

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

NEWS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Libctl Release Notes
22

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+
311
## libctl 4.1
412

513
6/7/2018

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Process this file with autoconf to produce a configure script.
2-
AC_INIT(libctl, 4.1.0, stevenj@alum.mit.edu)
2+
AC_INIT(libctl, 4.1.1, stevenj@alum.mit.edu)
33
AC_CONFIG_SRCDIR([src/ctl.c])
44
AC_CONFIG_HEADERS([config.h src/ctl.h])
55
AC_CONFIG_MACRO_DIR([m4])

0 commit comments

Comments
 (0)