From 7e8476a8e7c86d0c6f1f66796679769a9448c667 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 28 Mar 2012 09:26:34 +0000 Subject: [PATCH] 2012-03-28 11:25 UTC+0200 Viktor Szakats (harbour syenar.net) * contrib/hbhpdf/3rd/libhpdf/hpdfcfg.h ! stripped unused (as of 2.2.1) and potentially misleading libharu version information from local configuration header --- harbour/ChangeLog | 5 +++++ harbour/contrib/hbhpdf/3rd/libhpdf/hpdfcfg.h | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 8603a3eb8b..1bd9532862 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,11 @@ The license applies to all entries newer than 2009-04-28. */ +2012-03-28 11:25 UTC+0200 Viktor Szakats (harbour syenar.net) + * contrib/hbhpdf/3rd/libhpdf/hpdfcfg.h + ! stripped unused (as of 2.2.1) and potentially misleading libharu + version information from local configuration header + 2012-03-27 02:52 UTC+0200 Viktor Szakats (harbour syenar.net) * src/rtl/tbrowse.prg ! ignore non-string column picture value like Clipper (instead of RTE) diff --git a/harbour/contrib/hbhpdf/3rd/libhpdf/hpdfcfg.h b/harbour/contrib/hbhpdf/3rd/libhpdf/hpdfcfg.h index 2c7469b031..c00d724db5 100644 --- a/harbour/contrib/hbhpdf/3rd/libhpdf/hpdfcfg.h +++ b/harbour/contrib/hbhpdf/3rd/libhpdf/hpdfcfg.h @@ -60,13 +60,13 @@ #undef PACKAGE_NAME /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "libhpdf 2.1.0" +#define PACKAGE_STRING "libhpdf" /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME /* Define to the version of this package. */ -#define PACKAGE_VERSION "2.1.0" +#define PACKAGE_VERSION "0.0.0" /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1