From a7626487cc7e29ace6ea3e7600ba6e002fdc6e60 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Thu, 7 Oct 2021 10:19:15 -0700 Subject: [PATCH] config version bump --- src/common/autoconfig-mac.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/autoconfig-mac.h b/src/common/autoconfig-mac.h index a778243b..9763df36 100644 --- a/src/common/autoconfig-mac.h +++ b/src/common/autoconfig-mac.h @@ -125,7 +125,7 @@ #define PACKAGE_NAME "Recoll" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "Recoll 1.30.2" +#define PACKAGE_STRING "Recoll 1.31.1pre1" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "recoll" @@ -134,7 +134,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.30.2" +#define PACKAGE_VERSION "1.31.1pre1" /* putenv parameter is const */ /* #undef PUTENV_ARG_CONST */