2009-12-22 23:16 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* harbour-win-spec
  * harbour-wce-spec
  * harbour.spec
  * include/hbver.h
  * config/global.mk
    * Changed version to interim version number
      2.0.1dev (from 2.0.0)
This commit is contained in:
Viktor Szakats
2009-12-22 22:16:45 +00:00
parent 83877f7a7b
commit d202ce1b75
6 changed files with 24 additions and 14 deletions

View File

@@ -17,6 +17,15 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-12-22 23:16 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* harbour-win-spec
* harbour-wce-spec
* harbour.spec
* include/hbver.h
* config/global.mk
* Changed version to interim version number
2.0.1dev (from 2.0.0)
2009-12-22 23:10 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* doc/whatsnew.txt
! Fixed date of 2.0.0 release.

View File

@@ -34,11 +34,12 @@ GLOBAL_MK_ := yes
HB_VER_MAJOR := 2
HB_VER_MINOR := 0
HB_VER_RELEASE := 0
# Status (alpha1, alpha2, beta1, beta2, rc1, rc2, empty for final)
HB_VER_STATUS :=
# Short status (a1, a2, b1, b2, r1, r2, MINOR+RELEASE for final)
HB_VER_STATUS_SH := $(HB_VER_MINOR)$(HB_VER_RELEASE)
HB_VER_RELEASE := 1
# Status (dev, alpha1, alpha2, beta1, beta2, rc1, rc2, empty for final)
HB_VER_STATUS := dev
# Short status (d, a1, a2, b1, b2, r1, r2, MINOR+RELEASE for final)
# HB_VER_STATUS_SH := $(HB_VER_MINOR)$(HB_VER_RELEASE)
HB_VER_STATUS_SH := d
# Arbitrary pattern which we do not expect to occur in real-world path names
substpat := !@!@

View File

@@ -14,8 +14,8 @@
######################################################################
%define name harbour-wce
%define version 2.0.0
%define releasen 0
%define version 2.0.1
%define releasen dev
%define hb_pref hbce
%define hb_host www.harbour-project.org
%define readme README.RPM

View File

@@ -14,8 +14,8 @@
######################################################################
%define name harbour-win
%define version 2.0.0
%define releasen 0
%define version 2.0.1
%define releasen dev
%define hb_pref hbw
%define hb_host www.harbour-project.org
%define readme README.RPM

View File

@@ -46,8 +46,8 @@
%define name harbour
%define dname Harbour
%define version 2.0.0
%define releasen 0
%define version 2.0.1
%define releasen dev
%define hb_pref hb
%define hb_etcdir /etc/%{name}
%define hb_plat export HB_PLATFORM=linux

View File

@@ -61,8 +61,8 @@
#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 "" /* Build status (all lowercase) */
#define __HARBOUR__ 0x020000 /* Three bytes: Major + Minor + Release. This is recommented for 3rd party .c and .prg level code. */
#define HB_VER_RELEASE 1 /* Release number */
#define HB_VER_STATUS "dev" /* Build status (all lowercase) */
#define __HARBOUR__ 0x020001 /* Three bytes: Major + Minor + Release. This is recommented for 3rd party .c and .prg level code. */
#endif /* HB_VER_H_ */