diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2022-05-01 11:20:18 +0300 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2022-05-05 01:38:25 +0300 |
| commit | e1a0ea49f3b3d7c80768395fdb5878778ee0a4af (patch) | |
| tree | a5e5df01d126e7cb1bfcce39c49f08e0986988e9 /configure.ac | |
| parent | ee4b3bda2dc627cc695c211de2e91a2d347cb827 (diff) | |
build: bump version to 1.7.15 / 455
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 2ca5820..d5d23e2 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.14],[https://github.com/djcb/mu/issues],[mu]) +AC_INIT([mu],[1.7.15],[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,["454"],['Schema' version of the database]) +AC_DEFINE(MU_STORE_SCHEMA_VERSION,["455"],['Schema' version of the database]) ############################################################################### ############################################################################### |
