2006-06-02 14:15 UTC+0100 Ryszard Glab <rglab//imid.med.pl>

* harbour.spec
   * include/hbver.h
      * updated to set version 0.46.1 for build46
This commit is contained in:
Ryszard Glab
2006-06-02 12:05:37 +00:00
parent 886dc4fcbd
commit 718afe4c4c
3 changed files with 8 additions and 3 deletions

View File

@@ -8,6 +8,11 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
+ harbour/source/rdd/usrrdd/example/exfcm.prg
* example of using FCOMMA RDD
+ harbour/source/rdd/usrrdd/example/exhsx.prg
* example of using HSCDX RDD
+ harbour/source/rdd/usrrdd/example/exrlx.prg
* example of using RLCDX RDD

View File

@@ -56,7 +56,7 @@
%define name harbour
%define dname Harbour
%define version 0.47.0
%define version 0.46.1
%define releasen 0
%define hb_pref hb
%define hb_arch export HB_ARCHITECTURE=linux

View File

@@ -62,8 +62,8 @@
/* 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 47 /* Minor version number */
#define HB_VER_REVISION 0 /* Revision number */
#define HB_VER_MINOR 46 /* Minor version number */
#define HB_VER_REVISION 1 /* Revision number */
/* NOTE: The next two fields are automatically updated by the hbverfix program */