release Build 26
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user