Skip to content

Commit

Permalink
bump for 4.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Nov 13, 2019
1 parent fead47c commit df8eb66
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Libctl Release Notes

## libctl 4.4.0

11/12/19

* `geom_object_volume` function to get the volume of a 3d object
(accelerates `box_overlap_with_object` for objects completely within a box) (#45).

* Bugfix to geometry tree search for empty dimensions.

## libctl 4.3.0

4/17/19
Expand Down
4 changes: 2 additions & 2 deletions 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.3.0, [email protected])
AC_INIT(libctl, 4.4.0, [email protected])
AC_CONFIG_SRCDIR([src/ctl.c])
AC_CONFIG_HEADERS([config.h src/ctl.h])
AC_CONFIG_MACRO_DIR([m4])
Expand All @@ -8,7 +8,7 @@ AM_MAINTAINER_MODE
# Shared-library version number; indicates api compatibility, and is
# not the same as the "public" version number. (Don't worry about this
# except for public releases.)
SHARED_VERSION_INFO="8:0:1" # CURRENT:REVISION:AGE
SHARED_VERSION_INFO="9:0:2" # CURRENT:REVISION:AGE

AM_INIT_AUTOMAKE([foreign])
AC_SUBST(SHARED_VERSION_INFO)
Expand Down

0 comments on commit df8eb66

Please sign in to comment.