From 3cdcdb805f0c460dad6d1664eadf6c4e0d0c47e3 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 2 Jun 2000 00:51:40 +0000 Subject: [PATCH] 2000-06-02 02:54 UTC+0100 Victor Szakats --- harbour/ChangeLog | 6 ++++++ harbour/doc/whatsnew.txt | 2 +- harbour/include/hbver.h | 10 +++++----- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 93d1d4bdeb..05f25b61d7 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,9 @@ +2000-06-02 02:54 UTC+0100 Victor Szakats + + * include/hbver.h + * doc/whatsnew.doc + * Bumped version to 0.34 and date to 2000-06-02 + 2000-06-01 22:18 UTC+0100 Victor Szakats * source/lang/msgcswin.c diff --git a/harbour/doc/whatsnew.txt b/harbour/doc/whatsnew.txt index 1bb1bf223b..a1511e7d95 100644 --- a/harbour/doc/whatsnew.txt +++ b/harbour/doc/whatsnew.txt @@ -4,7 +4,7 @@ ---------------------------------------------------------------------- -Version 0.34 Build 34 (2000-??-??) +Version 0.34 Build 34 (2000-06-02) - OO engine enhanced (multiple inheritance, scoping, forwarding and delegating) - Linux/Unix ncurses screen output and xterm mouse input support diff --git a/harbour/include/hbver.h b/harbour/include/hbver.h index d9902e520a..b8663343b4 100644 --- a/harbour/include/hbver.h +++ b/harbour/include/hbver.h @@ -37,11 +37,11 @@ #define HB_VER_H_ #define HB_VER_MAJOR 0 /* Major version number */ -#define HB_VER_MINOR 33 /* Minor version number */ -#define HB_VER_REVISION "b" /* Revision letter */ -#define HB_VER_BUILD 33 /* Build number */ +#define HB_VER_MINOR 34 /* Minor version number */ +#define HB_VER_REVISION "" /* Revision letter */ +#define HB_VER_BUILD 34 /* Build number */ #define HB_VER_YEAR 2000 /* Build year */ -#define HB_VER_MONTH 05 /* Build month */ -#define HB_VER_DAY 22 /* Build day */ +#define HB_VER_MONTH 06 /* Build month */ +#define HB_VER_DAY 02 /* Build day */ #endif /* HB_VER_H_ */