From c538daf0dc0067e6252e8bea7afd821f5e63f1d9 Mon Sep 17 00:00:00 2001 From: "Alexander S.Kresin" Date: Mon, 19 Jul 2004 17:42:26 +0000 Subject: [PATCH] 2004-07-19 21:42 UTC+0300 Alexander Kresin --- harbour/ChangeLog | 8 ++++++++ harbour/bin/pack_src.sh | 2 +- harbour/doc/whatsnew.txt | 2 +- harbour/harbour.spec | 2 +- harbour/include/hbver.h | 2 +- harbour/make_tgz.sh | 2 +- 6 files changed, 13 insertions(+), 5 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index d9c58c0bf7..ef305e2dd1 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,14 @@ 2002-12-01 23:12 UTC+0100 Foo Bar */ +2004-07-19 21:42 UTC+0300 Alexander Kresin + * include/hbver.h + * doc/whatsnew.txt + * bin/pack_src.sh + * harbour.spec + * make_tgz.sh + * Release info has been changed for release 44. + 2004-07-19 17:05 UTC+0300 Alexander Kresin * contrib/mysql/tmysql.prg ! Added checking for decimal field type in :GetRow() and :GetBlankRow() - diff --git a/harbour/bin/pack_src.sh b/harbour/bin/pack_src.sh index a49e69081d..09aaa3e923 100644 --- a/harbour/bin/pack_src.sh +++ b/harbour/bin/pack_src.sh @@ -4,7 +4,7 @@ # # This script requires "TAR" utilities for compression. -hb_ver="0.43.0" +hb_ver="0.44.0" hb_archbin="tar" hb_archopt="-cz --ignore-failed-read -f" diff --git a/harbour/doc/whatsnew.txt b/harbour/doc/whatsnew.txt index ed98d2e9cf..b10ecbb0c4 100644 --- a/harbour/doc/whatsnew.txt +++ b/harbour/doc/whatsnew.txt @@ -3,7 +3,7 @@ */ ---------------------------------------------------------------------- -Version 0.44 Alpha Build 44 (2004-07-??) +Version 0.44 Alpha Build 44 (2004-07-19) The compiler ------------ - Fixed support for late/early evaluation of macro exressions in a codeblock diff --git a/harbour/harbour.spec b/harbour/harbour.spec index f54d404919..b0521f8db6 100644 --- a/harbour/harbour.spec +++ b/harbour/harbour.spec @@ -21,7 +21,7 @@ %define name harbour %define dname Harbour -%define version 0.43.0 +%define version 0.44.0 %define releasen 0 %define prefix /usr %define hb_pref hb diff --git a/harbour/include/hbver.h b/harbour/include/hbver.h index 4a32280e9e..5e3c3a1f39 100644 --- a/harbour/include/hbver.h +++ b/harbour/include/hbver.h @@ -62,7 +62,7 @@ /* 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 43 /* Minor version number */ +#define HB_VER_MINOR 44 /* Minor version number */ #define HB_VER_REVISION 0 /* Revision number */ /* NOTE: The next two fields are automatically updated by the hbverfix program */ diff --git a/harbour/make_tgz.sh b/harbour/make_tgz.sh index 3e2e7f1b67..e8b4b50508 100644 --- a/harbour/make_tgz.sh +++ b/harbour/make_tgz.sh @@ -18,7 +18,7 @@ hb_platform=`rel=$(rpm -q --queryformat='.%{VERSION}' mandrake-release 2>/dev/nu [ "${hb_platform}" = "" ] || hb_platform="-${hb_platform}" name="harbour" -hb_ver="0.43.0" +hb_ver="0.44.0" hb_lnkso="yes" hb_pref="hb" hb_libs="vm pp rtl rdd dbfdbt dbffpt dbfcdx dbfntx macro common lang codepage gtnul gtcrs gtsln gtcgi gtstd gtpca odbc ct debug profiler"