From 1abaae6c84ae8a0b3a747967723da58635910e93 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 9 Jun 2009 14:01:05 +0000 Subject: [PATCH] 2009-06-09 15:59 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * harbour-win-spec * harbour-wce-spec * mpkg_win.bat * include/hbver.h * harbour.spec * Changed version to 2.0.0beta1 (from 2.0.0dev) ; NOTE: Everyone is encouraged to create binary releases for various platforms and try this new with real apps. We can even upload these binary releases to sf.net. --- harbour/ChangeLog | 12 ++++++++++++ harbour/harbour-wce-spec | 2 +- harbour/harbour-win-spec | 2 +- harbour/harbour.spec | 2 +- harbour/include/hbver.h | 2 +- harbour/mpkg_win.bat | 2 +- 6 files changed, 17 insertions(+), 5 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index f8f8682c6d..5f16a8d4bc 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,18 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-06-09 15:59 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * harbour-win-spec + * harbour-wce-spec + * mpkg_win.bat + * include/hbver.h + * harbour.spec + * Changed version to 2.0.0beta1 (from 2.0.0dev) + ; NOTE: Everyone is encouraged to create binary releases + for various platforms and try this new with real apps. + We can even upload these binary releases to + sf.net. + 2009-06-09 14:56 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg * Synced HB_DYNLIB handling with GNU Make. This means diff --git a/harbour/harbour-wce-spec b/harbour/harbour-wce-spec index f1ba602eca..a306d1af39 100644 --- a/harbour/harbour-wce-spec +++ b/harbour/harbour-wce-spec @@ -26,7 +26,7 @@ %define name harbour-wce %define version 2.0.0 -%define releasen dev +%define releasen beta1 %define hb_pref hbwce %define hb_ccpath /opt/mingw32ce/bin %define hb_ccpref arm-wince-mingw32ce- diff --git a/harbour/harbour-win-spec b/harbour/harbour-win-spec index ac39cecdca..3895c8c576 100644 --- a/harbour/harbour-win-spec +++ b/harbour/harbour-win-spec @@ -26,7 +26,7 @@ %define name harbour-win %define version 2.0.0 -%define releasen dev +%define releasen beta1 %define hb_pref hbw %define hb_ccpath /opt/xmingw/bin %define hb_ccpref i386-mingw- diff --git a/harbour/harbour.spec b/harbour/harbour.spec index 44983111ae..e8492ec9a0 100644 --- a/harbour/harbour.spec +++ b/harbour/harbour.spec @@ -67,7 +67,7 @@ %define name harbour %define dname Harbour %define version 2.0.0 -%define releasen dev +%define releasen beta1 %define hb_pref hb %define hb_arch export HB_ARCHITECTURE=linux %define hb_cc export HB_COMPILER=gcc diff --git a/harbour/include/hbver.h b/harbour/include/hbver.h index 2702a9e984..56a00b01a9 100644 --- a/harbour/include/hbver.h +++ b/harbour/include/hbver.h @@ -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 "dev" /* Build status */ +#define HB_VER_STATUS "beta1" /* 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_ */ diff --git a/harbour/mpkg_win.bat b/harbour/mpkg_win.bat index 6fab239399..75ac43dcb7 100644 --- a/harbour/mpkg_win.bat +++ b/harbour/mpkg_win.bat @@ -27,7 +27,7 @@ if not "%OS%" == "Windows_NT" goto END setlocal rem ; Basic setup -set HB_VERSION=2.0.0dev +set HB_VERSION=2.0.0beta1 if "%HB_ARCHITECTURE%" == "" set HB_ARCHITECTURE=win set HB_PKGNAME=harbour-%HB_VERSION%-%HB_ARCHITECTURE%-%HB_COMPILER% set HB_DIRNAME=harbour-%HB_ARCHITECTURE%-%HB_COMPILER%