diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2022-05-07 16:08:35 +0300 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2022-05-07 16:10:52 +0300 |
| commit | a03c573355d6bcf45434a1997805234783514dcc (patch) | |
| tree | 8013228f62739af3801f3710b1ba2ae8ec8a9d90 /configure.ac | |
| parent | 80c9ffae1e78e7e6f6d34bfcbe15a6b6edbd3ae9 (diff) | |
build: bump version to 1.7.17/461
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 4662836..972e104 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ ## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. AC_PREREQ([2.68]) -AC_INIT([mu],[1.7.16],[https://github.com/djcb/mu/issues],[mu]) +AC_INIT([mu],[1.7.17],[https://github.com/djcb/mu/issues],[mu]) AC_COPYRIGHT([Copyright (C) 2008-2021 Dirk-Jan C. Binnema]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([mu/mu.cc]) @@ -190,7 +190,7 @@ PKG_CHECK_MODULES(XAPIAN,xapian-core >= 1.4,[ # note that MU_STORE_SCHEMA_VERSION does not follow mu versioning, as we # hopefully don't have updates for each version; also, this has nothing to do # with Xapian's software version -AC_DEFINE(MU_STORE_SCHEMA_VERSION,["460"],['Schema' version of the database]) +AC_DEFINE(MU_STORE_SCHEMA_VERSION,["461"],['Schema' version of the database]) ############################################################################### ############################################################################### |
