From 52fb87bdd5a3d9ea4e1e8132f5c3d35fb4c726a2 Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Fri, 28 Jul 2006 12:05:10 +0000 Subject: [PATCH] 2006-07-28 14:02 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbsetup.h * updated PCODE version number due to recent modifications --- harbour/ChangeLog | 4 ++++ harbour/include/hbsetup.h | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 9ae93a4786..b535e37746 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +2006-07-28 14:02 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/include/hbsetup.h + * updated PCODE version number due to recent modifications + 2006-07-28 00:10 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbdefs.h * use extern "C" as default for HB_FUNC() declaration in C++ mode. diff --git a/harbour/include/hbsetup.h b/harbour/include/hbsetup.h index a9c804460f..edb98ec41a 100644 --- a/harbour/include/hbsetup.h +++ b/harbour/include/hbsetup.h @@ -65,8 +65,8 @@ * HB_PCODE_VER_MIN define minimum supported PCODE by HVM */ -#define HB_PCODE_VER 0x0001 -#define HB_PCODE_VER_MIN 0x0001 +#define HB_PCODE_VER 0x0002 +#define HB_PCODE_VER_MIN 0x0002 /* *********************************************************************** * NOTE: You can select the default language modul used by Harbour, by