Skip to content

Commit bebeb85

Browse files
committed
4.0.1 version bump
1 parent 4f1a3a0 commit bebeb85

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

NEWS.md

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

3+
## libctl 4.0.1
4+
5+
4/18/2018
6+
7+
* Changed header file to use `const char *` rather than `char *`
8+
for constant string arguments, since C++ deprecated passing
9+
literal strings to `char *` arguments.
10+
11+
* Various minor build and compilation improvements.
12+
313
## libctl 4.0
414

515
1/18/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.0.0, stevenj@alum.mit.edu)
2+
AC_INIT(libctl, 4.0.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)