Skip to content

Commit 260d416

Browse files
ChristopherHoganstevengj
authored andcommitted
Prepare for 4.1.4 release (#34)
1 parent 8a16534 commit 260d416

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

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.4
4+
5+
11/16/18
6+
7+
* Work around gcc bug (closes #32)
8+
9+
* Allow subclass properties to override defaults (or lack thereof) in parent class
10+
311
## libctl 4.1.3
412

513
9/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.3, stevenj@alum.mit.edu)
2+
AC_INIT(libctl, 4.1.4, 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)