version bump
This commit is contained in:
parent
8a98635c3a
commit
d00c300c03
@ -576,7 +576,7 @@ testmains/Makefile.am \
|
|||||||
\
|
\
|
||||||
unac/AUTHORS unac/COPYING unac/README unac/README.recoll unac/unac.c \
|
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
|
# EXTRA_DIST: The Php Code does not build anymore. No need to ship it until
|
||||||
# someone fixes it:
|
# someone fixes it:
|
||||||
@ -782,7 +782,7 @@ dist-hook:
|
|||||||
(cd $(top_srcdir); find . \
|
(cd $(top_srcdir); find . \
|
||||||
\( -name '*.pyc' -o -name '#*' -o -name '*~' \) -delete)
|
\( -name '*.pyc' -o -name '#*' -o -name '*~' \) -delete)
|
||||||
if test -z "$(NOTAG)";then \
|
if test -z "$(NOTAG)";then \
|
||||||
test -z "`git status -s|grep -v recoll-$(VERSION)`"||exit 1; \
|
test -z "`git status -s|grep -v recoll-$(RECOLL-VERSION.txt)`"||exit 1; \
|
||||||
vers=`echo $(VERSION) | sed -e 's/~/_/g'`;\
|
vers=`echo $(RECOLL-VERSION.txt) | sed -e 's/~/_/g'`;\
|
||||||
git tag -a RECOLL-$$vers -m "Release $$vers tagged"; \
|
git tag -a RECOLL-$$vers -m "Release $$vers tagged"; \
|
||||||
fi
|
fi
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
1.31.1pre1
|
1.31.1
|
||||||
|
|||||||
@ -125,7 +125,7 @@
|
|||||||
#define PACKAGE_NAME "Recoll"
|
#define PACKAGE_NAME "Recoll"
|
||||||
|
|
||||||
/* Define to the full name and version of this package. */
|
/* 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 to the one symbol short name of this package. */
|
||||||
#define PACKAGE_TARNAME "recoll"
|
#define PACKAGE_TARNAME "recoll"
|
||||||
@ -134,7 +134,7 @@
|
|||||||
#define PACKAGE_URL ""
|
#define PACKAGE_URL ""
|
||||||
|
|
||||||
/* Define to the version of this package. */
|
/* Define to the version of this package. */
|
||||||
#define PACKAGE_VERSION "1.31.1pre1"
|
#define PACKAGE_VERSION "1.31.1"
|
||||||
|
|
||||||
/* putenv parameter is const */
|
/* putenv parameter is const */
|
||||||
/* #undef PUTENV_ARG_CONST */
|
/* #undef PUTENV_ARG_CONST */
|
||||||
|
|||||||
@ -118,7 +118,7 @@
|
|||||||
#define PACKAGE_NAME "Recoll"
|
#define PACKAGE_NAME "Recoll"
|
||||||
|
|
||||||
/* Define to the full name and version of this package. */
|
/* 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 to the one symbol short name of this package. */
|
||||||
#define PACKAGE_TARNAME "recoll"
|
#define PACKAGE_TARNAME "recoll"
|
||||||
@ -127,7 +127,7 @@
|
|||||||
#define PACKAGE_URL ""
|
#define PACKAGE_URL ""
|
||||||
|
|
||||||
/* Define to the version of this package. */
|
/* Define to the version of this package. */
|
||||||
#define PACKAGE_VERSION "1.30.2"
|
#define PACKAGE_VERSION "1.31.1"
|
||||||
|
|
||||||
/* putenv parameter is const */
|
/* putenv parameter is const */
|
||||||
/* #undef PUTENV_ARG_CONST */
|
/* #undef PUTENV_ARG_CONST */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user