diff --git a/src/VERSION b/src/VERSION index c18fa58d..34269ede 100644 --- a/src/VERSION +++ b/src/VERSION @@ -1 +1 @@ -1.19.11 +1.19.11p1 diff --git a/src/makesrcdist.sh b/src/makesrcdist.sh index ac4225cd..bf6a3340 100644 --- a/src/makesrcdist.sh +++ b/src/makesrcdist.sh @@ -44,6 +44,13 @@ targetdir=${targetdir-/tmp} dotag=${dotag-yes} snap=${snap-no} +if ! test configure -nt configure.ac -a configure -nt VERSION ;then + set -x + rm -f configure + autoconf || exit 1 + set +x +fi + while getopts ts o do case "$o" in t) dotag=no;; diff --git a/website/download.html b/website/download.html index b06c95f6..dd26884e 100644 --- a/website/download.html +++ b/website/download.html @@ -67,7 +67,7 @@ function showdiv(viewid)
The current version is 1.19.10. Release
+ The current version is 1.19.11. Release
notes. The download page for Recoll 1.18 is still
@@ -117,12 +117,12 @@ is probably no necessity to upgrade anyway.