diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2019-07-30 08:50:15 +0300 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2019-07-30 19:36:04 +0300 |
| commit | 5c5716d3f03f977144cf4c07ddbb1be61f87f4b3 (patch) | |
| tree | 0f3491ca9156b1273f67135a81e3ee62a95e3977 /configure.ac | |
| parent | 0ed03b94caf381f75e6b2de8083101c81712f95e (diff) | |
bump version to 1.3.4
plus some build tweaks.
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac index 1b00347..597966d 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.3.3],[https://github.com/djcb/mu/issues],[mu]) +AC_INIT([mu],[1.3.4],[https://github.com/djcb/mu/issues],[mu]) AC_COPYRIGHT([Copyright (C) 2008-2019 Dirk-Jan C. Binnema]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([mu/mu.cc]) @@ -53,7 +53,7 @@ AX_CXX_COMPILE_STDCXX_14 m4_ifdef([AX_COMPILER_FLAGS],[AX_COMPILER_FLAGS(,,[yes],${extra_flags})]) AX_VALGRIND_CHECK -LT_INIT([disable-shared]) +LT_INIT AC_PROG_AWK AC_CHECK_PROG(SORT,sort,sort) @@ -179,10 +179,10 @@ AC_SUBST(XAPIAN_LIBS) # here; it will become part of the db name, so we can automatically # recreate the database when we have incompatible changes. # -# note that MU_STORE_SCHEMA_VERSION does not necessarily 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,["1.3.1"], ['Schema' version of the database]) +# 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,["450"],['Schema' version of the database]) ############################################################################### ############################################################################### |
