Skip to content

Commit 47a98d3

Browse files
committed
version 4.3.0
1 parent 4f16d14 commit 47a98d3

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

NEWS.md

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

3+
## libctl 4.3.0
4+
5+
4/17/19
6+
7+
* `ctl_printf_callback` so that callers can capture stdout (#39).
8+
39
## libctl 4.2.0
410

11+
1/7/19
12+
513
* Better handling of `center` parameter of prisms, allowing this
614
to be optionally specified (#35). Deprecates old `geom_fix_object`
715
and `geom_fix_objects0` functions in favor of `geom_fix_object_ptr`

configure.ac

Lines changed: 2 additions & 2 deletions
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.2.0, stevenj@alum.mit.edu)
2+
AC_INIT(libctl, 4.3.0, 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])
@@ -8,7 +8,7 @@ AM_MAINTAINER_MODE
88
# Shared-library version number; indicates api compatibility, and is
99
# not the same as the "public" version number. (Don't worry about this
1010
# except for public releases.)
11-
SHARED_VERSION_INFO="7:3:0" # CURRENT:REVISION:AGE
11+
SHARED_VERSION_INFO="8:0:1" # CURRENT:REVISION:AGE
1212

1313
AM_INIT_AUTOMAKE([foreign])
1414
AC_SUBST(SHARED_VERSION_INFO)

0 commit comments

Comments
 (0)