We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a16534 commit 260d416Copy full SHA for 260d416
2 files changed
NEWS.md
@@ -1,5 +1,13 @@
1
# Libctl Release Notes
2
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
11
## libctl 4.1.3
12
13
9/7/2018
configure.ac
@@ -1,5 +1,5 @@
# Process this file with autoconf to produce a configure script.
-AC_INIT(libctl, 4.1.3, stevenj@alum.mit.edu)
+AC_INIT(libctl, 4.1.4, 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