diff options
author | Arun Isaac | 2023-03-01 00:55:13 +0000 |
---|---|---|
committer | Arun Isaac | 2023-03-01 00:55:13 +0000 |
commit | a8fed2c5c0d326687ca529759ceb6658f465dd8c (patch) | |
tree | 2034f875a4870888b45a2ecd1b275e5e7d956f03 /configure.ac | |
parent | cf85387fa8c86533009bbed494acbdce75ba7b40 (diff) | |
download | guile-xapian-a8fed2c5c0d326687ca529759ceb6658f465dd8c.tar.gz guile-xapian-a8fed2c5c0d326687ca529759ceb6658f465dd8c.tar.lz guile-xapian-a8fed2c5c0d326687ca529759ceb6658f465dd8c.zip |
Release version 0.3.1.v0.3.1
* NEWS (Changes in 0.3.1): New section.
* configure.ac: Bump to version 0.3.1.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 3381eac..f953339 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 <https://www.gnu.org/licenses/>. -AC_INIT([guile-xapian], [0.3.0]) +AC_INIT([guile-xapian], [0.3.1]) AM_INIT_AUTOMAKE([color-tests -Wall -Wno-portability foreign check-news no-dist-gzip dist-lzip]) AM_SILENT_RULES([yes]) LT_INIT |