From ad96bda1c8f7f75b2eaa6c58ce3f3d179d84114e Mon Sep 17 00:00:00 2001 From: "David G. Holm" Date: Fri, 25 Jun 1999 00:44:22 +0000 Subject: [PATCH] See ChangeLog entry 19990624-19:30 EDT David G. Holm --- harbour/ChangeLog | 24 +++++++++++++++--------- harbour/include/version.h | 14 +++++++------- harbour/makefile.icc | 2 +- 3 files changed, 23 insertions(+), 17 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index bc7a84f00a..ebecb52bfd 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,9 @@ +19990624-19:30 EDT David G. Holm + * makefile.icc + - environ.c needs to be dependent upon version.h + * include/version.h + - Bumped revision code to "c" (still build 27) + 19990624-23:20 CET Kwon, Oh-Chul * source/rtl/natmsg.xxx Korean added @@ -50,15 +56,15 @@ Thu Jun 24 12:25:30 1999 Gonzalo A. Diethelm - * include/Makefile: - Added the following files: box.h, compat.h, extra.h, super.h, - box.ch, color.ch, rdd.api. - - * source/rtl/Makefile: - Added copyfile.c. - - * source/rtl/errorsys.prg: - Changed an END to an ENDDO, to avoid Harbour compilation errors. + * include/Makefile: + Added the following files: box.h, compat.h, extra.h, super.h, + box.ch, color.ch, rdd.api. + + * source/rtl/Makefile: + Added copyfile.c. + + * source/rtl/errorsys.prg: + Changed an END to an ENDDO, to avoid Harbour compilation errors. 19990624-13:00 WIB Andi Jahja * source/rtl/copyfile.c diff --git a/harbour/include/version.h b/harbour/include/version.h index 8648a8f3ef..567080676c 100644 --- a/harbour/include/version.h +++ b/harbour/include/version.h @@ -15,12 +15,12 @@ extern int hb_day; */ - #define hb_major 0 /* Major version number */ - #define hb_minor 0 /* Minor version number */ - #define hb_revision "b" /* Revision letter */ - #define hb_build 27 /* Build number */ - #define hb_year 1999 /* Build year */ - #define hb_month 6 /* Build month */ - #define hb_day 18 /* Build day */ + #define hb_major 0 /* Major version number */ + #define hb_minor 0 /* Minor version number */ + #define hb_revision "c" /* Revision letter */ + #define hb_build 27 /* Build number */ + #define hb_year 1999 /* Build year */ + #define hb_month 6 /* Build month */ + #define hb_day 24 /* Build day */ #endif /* VERSION_H_ */ diff --git a/harbour/makefile.icc b/harbour/makefile.icc index 1bfb82da56..1e62f4c45c 100644 --- a/harbour/makefile.icc +++ b/harbour/makefile.icc @@ -95,7 +95,7 @@ $(path_obj)\datesx.obj : {$(path_c)}datesx.c $(path_h)\extend.h $(path_h)\ty $(path_obj)\debug.obj : {$(path_c)}debug.c $(path_h)\extend.h $(path_h)\types.h $(path_h)\itemapi.h $(path_h)\ctoharb.h $(path_obj)\descend.obj : {$(path_c)}descend.c $(path_h)\extend.h $(path_h)\types.h $(path_obj)\dir.obj : {$(path_c)}dir.c $(path_h)\extend.h $(path_h)\types.h $(path_h)\itemapi.h -$(path_obj)\environ.obj : {$(path_c)}environ.c $(path_h)\extend.h $(path_h)\types.h +$(path_obj)\environ.obj : {$(path_c)}environ.c $(path_h)\extend.h $(path_h)\types.h $(path_h)\version.h $(path_obj)\errorapi.obj : {$(path_c)}errorapi.c $(path_h)\extend.h $(path_h)\types.h $(path_h)\errorapi.h $(path_h)\error.ch $(path_h)\ctoharb.h $(path_obj)\extend.obj : {$(path_c)}extend.c $(path_h)\extend.h $(path_h)\types.h $(path_h)\set.h $(path_obj)\files.obj : {$(path_c)}files.c $(path_h)\extend.h $(path_h)\types.h