From e8ce02264f3e797bcd124efb51a28322d0cd2cee Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 20 Jun 2022 21:16:00 +0530 Subject: Release version 0.2.1. * configure.ac: Bump to version 0.2.1. * NEWS (Changes in 0.2.1): New section. --- NEWS | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 702e262..13d8a26 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,13 @@ Copyright © 2022 Arun Isaac Please send guile-xapian bug reports to arunisaac@systemreboot.net +* Changes in 0.2.1 (since 0.2.0) +** Noteworthy bug fixes +*** Distinguish libguilexapian based on Guile effective version +We suffix libguilexapian with the Guile effective version in order to +support simultaneous installation of guile-xapian for Guile 3.0 and +guile-xapian for Guile 2.2. + * Changes in 0.2.0 (since 0.1.0) ** Noteworthy bug fixes *** Look for libguilexapian.so under .libs diff --git a/configure.ac b/configure.ac index f0388c8..54961d0 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ dnl You should have received a copy of the GNU General Public License dnl along with guile-xapian. If not, see dnl . -AC_INIT([guile-xapian], [0.2.0]) +AC_INIT([guile-xapian], [0.2.1]) AM_INIT_AUTOMAKE([color-tests -Wall -Wno-portability foreign check-news no-dist-gzip dist-lzip]) AM_SILENT_RULES([yes]) LT_INIT -- cgit v1.2.3