Skip to content

Commit

Permalink
version bump for 4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Feb 2, 2022
1 parent 5dc9c7e commit db77f32
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
6 changes: 3 additions & 3 deletions COPYRIGHT
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* libctl: flexible Guile-based control files for scientific software
* Copyright (C) 1998-2020 Massachusetts Institute of Technology and Steven G. Johnson
/* libctl: flexible Guile-based control files for scientific software
* Copyright (C) 1998-2022 Massachusetts Institute of Technology and Steven G. Johnson
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand All @@ -10,7 +10,7 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Expand Down
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Libctl Release Notes

## libctl 4.5.1

2/1/22

* Ignore duplicate consecutive prism vertices (#60).

* Memory bug fixes (#58, #59).

## libctl 4.5.0

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

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

0 comments on commit db77f32

Please sign in to comment.