From 0574e1ab813e37cfdd1719fe3b3fb0eb853000ca Mon Sep 17 00:00:00 2001 From: Patrick Mast Date: Sat, 19 Jun 1999 08:56:20 +0000 Subject: [PATCH] Updated build Nr's --- harbour/ChangeLog | 3 +++ harbour/source/compiler/harbour.l | 2 +- harbour/source/compiler/harbour.y | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 45a293ee61..3bf28ea2e9 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,6 @@ +19990619-09:49 CET Patrick Mast + * Updated build numbers + 19990619-09:40 CET Patrick Mast * tests\working\hscript\hscript.prg removed line 150 diff --git a/harbour/source/compiler/harbour.l b/harbour/source/compiler/harbour.l index 0790570d52..c1978da865 100644 --- a/harbour/source/compiler/harbour.l +++ b/harbour/source/compiler/harbour.l @@ -5,7 +5,7 @@ /* * Harbour lex rules. - * Build 21: Spring 99 + * Build 27: Summer 99 * Usage: flex -i -8 -oyylex.c harbour.l * You may find flex.exe at www.harbour-project.org */ diff --git a/harbour/source/compiler/harbour.y b/harbour/source/compiler/harbour.y index 5ef1135d4b..bd6542381d 100644 --- a/harbour/source/compiler/harbour.y +++ b/harbour/source/compiler/harbour.y @@ -5,12 +5,12 @@ /* * Harbour compiler (yacc rules and actions) - * Build 26 proposal: spring 1999 + * Build 27 summer 1999 * Usage: bison -d -v harbour.y * You may find Bison at www.harbour.project.org */ -#define BUILD 26 /* current harbour.y build */ +#define BUILD 27 /* current harbour.y build */ #include #include