2004-07-19 21:42 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
This commit is contained in:
@@ -8,6 +8,14 @@
|
||||
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
2004-07-19 21:42 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
|
||||
* 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 <alex@belacy.belgorod.su>
|
||||
* contrib/mysql/tmysql.prg
|
||||
! Added checking for decimal field type in :GetRow() and :GetBlankRow() -
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user