From d00c300c03fde76890c79e1bea1509b03311a610 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Sun, 10 Oct 2021 10:20:56 +0200 Subject: [PATCH] version bump --- src/Makefile.am | 6 +++--- src/RECOLL-VERSION.txt | 2 +- src/common/autoconfig-mac.h | 4 ++-- src/common/autoconfig-win.h | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 1f67c1f2..e41d01c3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -576,7 +576,7 @@ testmains/Makefile.am \ \ unac/AUTHORS unac/COPYING unac/README unac/README.recoll unac/unac.c \ \ -VERSION +RECOLL-VERSION.txt # EXTRA_DIST: The Php Code does not build anymore. No need to ship it until # someone fixes it: @@ -782,7 +782,7 @@ dist-hook: (cd $(top_srcdir); find . \ \( -name '*.pyc' -o -name '#*' -o -name '*~' \) -delete) if test -z "$(NOTAG)";then \ - test -z "`git status -s|grep -v recoll-$(VERSION)`"||exit 1; \ - vers=`echo $(VERSION) | sed -e 's/~/_/g'`;\ + test -z "`git status -s|grep -v recoll-$(RECOLL-VERSION.txt)`"||exit 1; \ + vers=`echo $(RECOLL-VERSION.txt) | sed -e 's/~/_/g'`;\ git tag -a RECOLL-$$vers -m "Release $$vers tagged"; \ fi diff --git a/src/RECOLL-VERSION.txt b/src/RECOLL-VERSION.txt index 8dfbc406..6bae5402 100644 --- a/src/RECOLL-VERSION.txt +++ b/src/RECOLL-VERSION.txt @@ -1 +1 @@ -1.31.1pre1 +1.31.1 diff --git a/src/common/autoconfig-mac.h b/src/common/autoconfig-mac.h index 9763df36..52c48ab8 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.31.1pre1" +#define PACKAGE_STRING "Recoll 1.31.1" /* 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.31.1pre1" +#define PACKAGE_VERSION "1.31.1" /* putenv parameter is const */ /* #undef PUTENV_ARG_CONST */ diff --git a/src/common/autoconfig-win.h b/src/common/autoconfig-win.h index ec0178da..e1a70278 100644 --- a/src/common/autoconfig-win.h +++ b/src/common/autoconfig-win.h @@ -118,7 +118,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.1" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "recoll" @@ -127,7 +127,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.30.2" +#define PACKAGE_VERSION "1.31.1" /* putenv parameter is const */ /* #undef PUTENV_ARG_CONST */