From 618121c5bef4b83fe11e44b3af987b4ee6bcf983 Mon Sep 17 00:00:00 2001 From: Patrick Mast Date: Sat, 12 Jun 1999 10:36:48 +0000 Subject: [PATCH] release Build 26 --- harbour/ChangeLog | 4 ++++ harbour/include/version.h | 4 ++-- harbour/source/compiler/harbour.y | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index f285f1ac69..3f9a5b8265 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +19990612-11:22 CET Patrick Mast + * Release of Build #26 + * version.h, updated buld version + 19990612-08:30 CET Jose Lalin / Eddie Runia * tests/working/testcgi.prg New version uploaded. diff --git a/harbour/include/version.h b/harbour/include/version.h index 6800709221..74f00c5646 100644 --- a/harbour/include/version.h +++ b/harbour/include/version.h @@ -18,10 +18,10 @@ #define hb_major 0 /* Major version number */ #define hb_minor 0 /* Minor version number */ #define hb_revision "a" /* Revision letter */ - #define hb_build 25 /* Build number */ + #define hb_build 26 /* Build number */ #define hb_year 1999 /* Build year */ #define hb_month 6 /* Build month */ - #define hb_day 4 /* Build day */ + #define hb_day 12 /* Build day */ #endif diff --git a/harbour/source/compiler/harbour.y b/harbour/source/compiler/harbour.y index 1a13d82684..f84672c558 100644 --- a/harbour/source/compiler/harbour.y +++ b/harbour/source/compiler/harbour.y @@ -3,11 +3,11 @@ * $Id$ * * Harbour compiler (yacc rules and actions) - * Build 21 proposal: spring 1999 + * Build 26 proposal: spring 1999 * Usage: bison -d -v harbour.y You may find Bison at www.harbour.project.org */ -#define BUILD 21 /* current harbour.y build */ +#define BUILD 26 /* current harbour.y build */ #include #include