configure.ac: bump schema version to 1.3.1

This commit is contained in:
Dirk-Jan C. Binnema
2019-07-28 14:29:01 +03:00
parent be4860befe
commit d3e15050c2

View File

@ -182,7 +182,7 @@ AC_SUBST(XAPIAN_LIBS)
# note that MU_STORE_SCHEMA_VERSION does not necessarily follow MU # note that MU_STORE_SCHEMA_VERSION does not necessarily follow MU
# versioning, as we hopefully don't have updates for each version; # versioning, as we hopefully don't have updates for each version;
# also, this has nothing to do with Xapian's software version # also, this has nothing to do with Xapian's software version
AC_DEFINE(MU_STORE_SCHEMA_VERSION,["1.3"], ['Schema' version of the database]) AC_DEFINE(MU_STORE_SCHEMA_VERSION,["1.3.1"], ['Schema' version of the database])
############################################################################### ###############################################################################
############################################################################### ###############################################################################