release Build 26

This commit is contained in:
Patrick Mast
1999-06-12 10:36:48 +00:00
parent db0d4e1b2e
commit 618121c5be
3 changed files with 8 additions and 4 deletions

View File

@@ -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.

View File

@@ -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

View File

@@ -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 <stdio.h>
#include <stdlib.h>