diff options
author | Arun Isaac | 2022-06-07 00:54:19 +0530 |
---|---|---|
committer | Arun Isaac | 2022-06-07 00:54:19 +0530 |
commit | e4d94a1622356edab873783646dcc351c03036d5 (patch) | |
tree | e57655eaee0d6cee44bd372fd7e3ccf4fd6251d8 /configure.ac | |
parent | 40868e48aea3875b8e150b6ec0b44a996d669c0e (diff) | |
download | guile-xapian-e4d94a1622356edab873783646dcc351c03036d5.tar.gz guile-xapian-e4d94a1622356edab873783646dcc351c03036d5.tar.lz guile-xapian-e4d94a1622356edab873783646dcc351c03036d5.zip |
Release version 0.2.0.v0.2.0
* configure.ac: Bump to version 0.2.0.
* NEWS: New file.
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 2a261f1..f0388c8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl guile-xapian --- Guile bindings for Xapian -dnl Copyright © 2020, 2021 Arun Isaac <arunisaac@systemreboot.net> +dnl Copyright © 2020, 2021, 2022 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.1.0]) +AC_INIT([guile-xapian], [0.2.0]) AM_INIT_AUTOMAKE([color-tests -Wall -Wno-portability foreign check-news no-dist-gzip dist-lzip]) AM_SILENT_RULES([yes]) LT_INIT |