windows version update
This commit is contained in:
parent
82dc2d775c
commit
375806560b
@ -119,10 +119,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.26.0~pre4"
|
||||
#define PACKAGE_STRING "Recoll 1.26.1"
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#define PACKAGE_VERSION "1.26.0~pre4"
|
||||
#define PACKAGE_VERSION "1.26.1"
|
||||
|
||||
/* Define to the one symbol short name of this package. */
|
||||
#define PACKAGE_TARNAME "recoll"
|
||||
|
||||
@ -237,7 +237,7 @@ copypoppler()
|
||||
{
|
||||
test -d $FILTERS/poppler || mkdir $FILTERS/poppler || \
|
||||
fatal cant create poppler dir
|
||||
for f in pdftotext.exe libpoppler.dll freetype6.dll jpeg62.dll \
|
||||
for f in pdftotext.exe pdfinfo.exe libpoppler.dll freetype6.dll jpeg62.dll \
|
||||
libpng16-16.dll zlib1.dll libtiff3.dll \
|
||||
libgcc_s_dw2-1.dll libstdc++-6.dll; do
|
||||
chkcp $POPPLER/bin/$f $FILTERS/poppler
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
||||
|
||||
#define MyAppName "Recoll"
|
||||
#define MyAppVersion "1.26.0-pre4-20191011-2491388e"
|
||||
#define MyAppVersion "1.26.1-20191027-a90c4bf6"
|
||||
#define MyAppPublisher "Recoll.org"
|
||||
#define MyAppURL "http://www.recoll.org"
|
||||
#define MyAppExeName "recoll.exe"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user