Skip to content

Commit db77f32

Browse files
committed
version bump for 4.5.1
1 parent 5dc9c7e commit db77f32

3 files changed

Lines changed: 13 additions & 5 deletions

File tree

COPYRIGHT

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/* libctl: flexible Guile-based control files for scientific software
2-
* Copyright (C) 1998-2020 Massachusetts Institute of Technology and Steven G. Johnson
1+
/* libctl: flexible Guile-based control files for scientific software
2+
* Copyright (C) 1998-2022 Massachusetts Institute of Technology and Steven G. Johnson
33
*
44
* This library is free software; you can redistribute it and/or
55
* modify it under the terms of the GNU Lesser General Public
@@ -10,7 +10,7 @@
1010
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1212
* Lesser General Public License for more details.
13-
*
13+
*
1414
* You should have received a copy of the GNU Lesser General Public
1515
* License along with this library; if not, write to the
1616
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,

NEWS.md

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

3+
## libctl 4.5.1
4+
5+
2/1/22
6+
7+
* Ignore duplicate consecutive prism vertices (#60).
8+
9+
* Memory bug fixes (#58, #59).
10+
311
## libctl 4.5.0
412

513
2/19/20

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.5.0],[stevenj@alum.mit.edu])
2+
AC_INIT([libctl],[4.5.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])
@@ -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="10:0:3" # CURRENT:REVISION:AGE
11+
SHARED_VERSION_INFO="10:1:3" # CURRENT:REVISION:AGE
1212

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

0 commit comments

Comments
 (0)