File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 11# Libctl Release Notes
22
3+ ## libctl 4.4.0
4+
5+ 11/12/19
6+
7+ * ` geom_object_volume ` function to get the volume of a 3d object
8+ (accelerates ` box_overlap_with_object ` for objects completely within a box) (#45 ).
9+
10+ * Bugfix to geometry tree search for empty dimensions.
11+
312## libctl 4.3.0
413
5144/17/19
Original file line number Diff line number Diff line change 11# Process this file with autoconf to produce a configure script.
2- AC_INIT ( libctl , 4.3 .0 , stevenj@alum.mit.edu )
2+ AC_INIT ( libctl , 4.4 .0 , stevenj@alum.mit.edu )
33AC_CONFIG_SRCDIR ( [ src/ctl.c] )
44AC_CONFIG_HEADERS ( [ config.h src/ctl.h] )
55AC_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="8 :0:1 " # CURRENT:REVISION:AGE
11+ SHARED_VERSION_INFO="9 :0:2 " # CURRENT:REVISION:AGE
1212
1313AM_INIT_AUTOMAKE ( [ foreign] )
1414AC_SUBST ( SHARED_VERSION_INFO )
You can’t perform that action at this time.
0 commit comments