diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 80b965f2a0..08c8dca75d 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,11 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ + + harbour/source/rdd/usrrdd/example/exfcm.prg + * example of using FCOMMA RDD + + + harbour/source/rdd/usrrdd/example/exhsx.prg + * example of using HSCDX RDD + harbour/source/rdd/usrrdd/example/exrlx.prg * example of using RLCDX RDD diff --git a/harbour/harbour.spec b/harbour/harbour.spec index db8ef1107d..595ba01ffe 100644 --- a/harbour/harbour.spec +++ b/harbour/harbour.spec @@ -56,7 +56,7 @@ %define name harbour %define dname Harbour -%define version 0.47.0 +%define version 0.46.1 %define releasen 0 %define hb_pref hb %define hb_arch export HB_ARCHITECTURE=linux diff --git a/harbour/include/hbver.h b/harbour/include/hbver.h index d5727975f1..9ac3293468 100644 --- a/harbour/include/hbver.h +++ b/harbour/include/hbver.h @@ -62,8 +62,8 @@ /* NOTE: One of these next three fields can be incremented by the hbverfix program */ #define HB_VER_MAJOR 0 /* Major version number */ -#define HB_VER_MINOR 47 /* Minor version number */ -#define HB_VER_REVISION 0 /* Revision number */ +#define HB_VER_MINOR 46 /* Minor version number */ +#define HB_VER_REVISION 1 /* Revision number */ /* NOTE: The next two fields are automatically updated by the hbverfix program */