2009-09-06 11:08 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* harbour-win-spec
  * harbour-wce-spec
  * harbour.spec
  * include/hbver.h
  * config/global.mk
    * Changed version to 2.0.0beta3 (from 2.0.0beta2)
This commit is contained in:
Viktor Szakats
2009-09-06 09:11:29 +00:00
parent 400f395e72
commit 84670154bf
6 changed files with 14 additions and 6 deletions

View File

@@ -17,6 +17,14 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-09-06 11:08 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* harbour-win-spec
* harbour-wce-spec
* harbour.spec
* include/hbver.h
* config/global.mk
* Changed version to 2.0.0beta3 (from 2.0.0beta2)
2009-09-06 10:21 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* utils/hbmk2/hbmk2.prg
+ Readded lib grouping by default for all targets which

View File

@@ -33,8 +33,8 @@ GLOBAL_MK_ := yes
HB_VER_MAJOR := 2
HB_VER_MINOR := 0
HB_VER_RELEASE := 0
HB_VER_STATUS := beta2
HB_VER_STATUS_SH := b2
HB_VER_STATUS := beta3
HB_VER_STATUS_SH := b3
# Arbitrary pattern which we do not expect to occur in real-world path names
substpat := !@!@

View File

@@ -26,7 +26,7 @@
%define name harbour-wce
%define version 2.0.0
%define releasen beta2
%define releasen beta3
%define hb_pref hbwce
%define hb_ccpath /opt/mingw32ce/bin
%define hb_ccpref arm-wince-mingw32ce-

View File

@@ -26,7 +26,7 @@
%define name harbour-win
%define version 2.0.0
%define releasen beta2
%define releasen beta3
%define hb_pref hbw
%define hb_ccpath /opt/xmingw/bin
%define hb_ccpref i386-mingw-

View File

@@ -67,7 +67,7 @@
%define name harbour
%define dname Harbour
%define version 2.0.0
%define releasen beta2
%define releasen beta3
%define hb_pref hb
%define hb_plat export HB_PLATFORM=linux
%define hb_cc export HB_COMPILER=gcc

View File

@@ -62,7 +62,7 @@
#define HB_VER_MAJOR 2 /* Major version number */
#define HB_VER_MINOR 0 /* Minor version number */
#define HB_VER_RELEASE 0 /* Release number */
#define HB_VER_STATUS "beta2" /* Build status */
#define HB_VER_STATUS "beta3" /* Build status */
#define __HARBOUR__ 0x020000 /* Three bytes: Major + Minor + Release. This is recommented for 3rd party .c and .prg level code. */
#endif /* HB_VER_H_ */