2013-03-16 16:12 UTC+0100 Viktor Szakats (harbour syenar.net)
* bin/3rdpatch.hb
* COPYING -> COPYING.txt
* src/common/hbver.c
* 'Rev.' -> 'r' in VERSION() string. This affects
all utility banners
* utils/hbi18n/hbi18n.prg
* assemble version display instead of assumptions
about VERSION() content
* utils/hbmk2/hbmk2.*.po
* utils/hbmk2/hbmk2.prg
* cleanups
* tests/cblock.prg -> tests/codebl2.prg
* rename
This commit is contained in:
@@ -10,6 +10,25 @@
|
||||
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
|
||||
*/
|
||||
|
||||
2013-03-16 16:12 UTC+0100 Viktor Szakats (harbour syenar.net)
|
||||
* bin/3rdpatch.hb
|
||||
* COPYING -> COPYING.txt
|
||||
|
||||
* src/common/hbver.c
|
||||
* 'Rev.' -> 'r' in VERSION() string. This affects
|
||||
all utility banners
|
||||
|
||||
* utils/hbi18n/hbi18n.prg
|
||||
* assemble version display instead of assumptions
|
||||
about VERSION() content
|
||||
|
||||
* utils/hbmk2/hbmk2.*.po
|
||||
* utils/hbmk2/hbmk2.prg
|
||||
* cleanups
|
||||
|
||||
* tests/cblock.prg -> tests/codebl2.prg
|
||||
* rename
|
||||
|
||||
2013-03-16 13:49 UTC+0100 Viktor Szakats (harbour syenar.net)
|
||||
* utils/hbmk2/hbmk2.prg
|
||||
* 'Rev.' -> 'r' in hbmk2/hbrun header
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
* 3rdpatch - a tool to help update 3rd party components while keeping local fixes
|
||||
*
|
||||
* Copyright 2010, 2011 Tamas TEVESZ
|
||||
* See COPYING for licensing terms.
|
||||
* See COPYING.txt for licensing terms.
|
||||
*
|
||||
* 1. CONFIGURATION
|
||||
* ----------------
|
||||
|
||||
@@ -1075,7 +1075,7 @@ char * hb_verHarbour( void )
|
||||
HB_TRACE( HB_TR_DEBUG, ( "hb_verHarbour()" ) );
|
||||
|
||||
pszVersion = ( char * ) hb_xgrab( 80 );
|
||||
hb_snprintf( pszVersion, 80, "Harbour %d.%d.%d%s (Rev. %d)",
|
||||
hb_snprintf( pszVersion, 80, "Harbour %d.%d.%d%s (r%d)",
|
||||
HB_VER_MAJOR, HB_VER_MINOR, HB_VER_RELEASE, HB_VER_STATUS,
|
||||
hb_verRevision() );
|
||||
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
*/
|
||||
|
||||
#include "hbgtinfo.ch"
|
||||
#include "hbver.ch"
|
||||
#include "directry.ch"
|
||||
|
||||
#define _HB_I18N_MERGE 1
|
||||
@@ -153,8 +154,12 @@ PROCEDURE Main( ... )
|
||||
RETURN
|
||||
|
||||
STATIC FUNCTION HBRawVersion()
|
||||
|
||||
RETURN StrTran( Version(), "Harbour " )
|
||||
RETURN hb_StrFormat( "%d.%d.%d%s (r%d)", ;
|
||||
hb_Version( HB_VERSION_MAJOR ), ;
|
||||
hb_Version( HB_VERSION_MINOR ), ;
|
||||
hb_Version( HB_VERSION_RELEASE ), ;
|
||||
hb_Version( HB_VERSION_STATUS ), ;
|
||||
hb_Version( HB_VERSION_REVISION ) )
|
||||
|
||||
STATIC PROCEDURE Logo()
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# This file is generated by Harbour 3.2.0dev (Rev. 17557)
|
||||
# This file is generated by Harbour 3.2.0dev (r17557)
|
||||
#
|
||||
|
||||
#, c-format
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# This file is generated by Harbour 3.2.0dev (Rev. 17557)
|
||||
# This file is generated by Harbour 3.2.0dev (r17557)
|
||||
#
|
||||
|
||||
#: hbmk2.prg:3992 hbmk2.prg:5469 hbmk2.prg:6042
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Harbour Project source code:
|
||||
* Harbour Make (alias hbmk/hbmk2)
|
||||
* Harbour Make (alias hbmk/hbmk2/hbrun)
|
||||
*
|
||||
* Copyright 1999-2013 Viktor Szakats (harbour syenar.net)
|
||||
* www - http://harbour-project.org
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# This file is generated by Harbour 3.2.0dev (Rev. 17557)
|
||||
# This file is generated by Harbour 3.2.0dev (r17557)
|
||||
#
|
||||
|
||||
#, c-format
|
||||
|
||||
Reference in New Issue
Block a user