Skip to content

Commit

Permalink
4.0.1 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Apr 18, 2018
1 parent 4f1a3a0 commit bebeb85
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Libctl Release Notes

## libctl 4.0.1

4/18/2018

* Changed header file to use `const char *` rather than `char *`
for constant string arguments, since C++ deprecated passing
literal strings to `char *` arguments.

* Various minor build and compilation improvements.

## libctl 4.0

1/18/2018
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Process this file with autoconf to produce a configure script.
AC_INIT(libctl, 4.0.0, [email protected])
AC_INIT(libctl, 4.0.1, [email protected])
AC_CONFIG_SRCDIR([src/ctl.c])
AC_CONFIG_HEADERS([config.h src/ctl.h])
AC_CONFIG_MACRO_DIR([m4])
Expand Down

0 comments on commit bebeb85

Please sign in to comment.