diff options
author | Arun Isaac | 2024-05-10 14:46:40 +0100 |
---|---|---|
committer | Arun Isaac | 2024-05-10 14:47:36 +0100 |
commit | 62610a33c5e34a7e8fcafd40a7a74e3bf15294da (patch) | |
tree | 90a3157c6678aa0f55dcc942df158351f2b39b58 /configure.ac | |
parent | e5fc9a891a369d77eeeaa82162551f6a4ffc5fc5 (diff) | |
download | guile-xapian-0e6246a54012c17805b8848cfcd4293b2457a9ed.tar.gz guile-xapian-0e6246a54012c17805b8848cfcd4293b2457a9ed.tar.lz guile-xapian-0e6246a54012c17805b8848cfcd4293b2457a9ed.zip |
Release version 0.4.0.v0.4.0
* NEWS (Changes in 0.4.0 (since 0.3.1)): New section.
* configure.ac: Bump version to 0.4.0.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index f953339..5a458e2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl guile-xapian --- Guile bindings for Xapian -dnl Copyright © 2020, 2021, 2022, 2023 Arun Isaac <arunisaac@systemreboot.net> +dnl Copyright © 2020–2024 Arun Isaac <arunisaac@systemreboot.net> dnl dnl This file is part of guile-xapian. dnl @@ -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 <https://www.gnu.org/licenses/>. -AC_INIT([guile-xapian], [0.3.1]) +AC_INIT([guile-xapian], [0.4.0]) AM_INIT_AUTOMAKE([color-tests -Wall -Wno-portability foreign check-news no-dist-gzip dist-lzip]) AM_SILENT_RULES([yes]) LT_INIT |