From 15dc419fec17dda75285b5e85d26b6c5c30e1a84 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Wed, 22 May 2019 15:52:02 +0200 Subject: [PATCH] windows: releases adjustments --- src/common/autoconfig-win.h | 4 ++-- src/windows/mkinstdir.sh | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/common/autoconfig-win.h b/src/common/autoconfig-win.h index 3bd56dd1..a20edacd 100644 --- a/src/common/autoconfig-win.h +++ b/src/common/autoconfig-win.h @@ -112,10 +112,10 @@ overriden in the c++ code by ifdefs _WIN32 anyway */ #define PACKAGE_NAME "Recoll" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "Recoll 1.25.12" +#define PACKAGE_STRING "Recoll 1.25.16" /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.25.12" +#define PACKAGE_VERSION "1.25.16" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "recoll" diff --git a/src/windows/mkinstdir.sh b/src/windows/mkinstdir.sh index 3ce6d0c8..b55f0971 100644 --- a/src/windows/mkinstdir.sh +++ b/src/windows/mkinstdir.sh @@ -157,8 +157,9 @@ copyrecoll() chkcp $RCL/python/recoll/recoll/rclconfig.py $FILTERS chkcp $RCL/python/recoll/recoll/conftree.py $FILTERS + rm -f $FILTERS/rclimg chkcp $RCL/filters/* $FILTERS - rm $FILTERS/rclimg $FILTERS/rclimg.py + rm -f $FILTERS/rclimg $FILTERS/rclimg.py chkcp $RCLDEPS/rclimg/rclimg.exe $FILTERS chkcp $RCL/qtgui/mtpics/* $DESTDIR/Share/images chkcp $RCL/qtgui/i18n/*.qm $DESTDIR/Share/translations