From 1b2248cd22bad52ff3d851773716b035102aa785 Mon Sep 17 00:00:00 2001 From: FiveTech Software Date: Wed, 17 Jul 2024 12:10:38 +0200 Subject: [PATCH] Update hbusage.c for the current year --- src/compiler/hbusage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/hbusage.c b/src/compiler/hbusage.c index 0193d1194b..0e9b958213 100644 --- a/src/compiler/hbusage.c +++ b/src/compiler/hbusage.c @@ -261,7 +261,7 @@ void hb_compPrintLogo( HB_COMP_DECL ) { char * szVer = hb_verHarbour(); - #define HB_VER_COMMIT_YEAR "2021" + #define HB_VER_COMMIT_YEAR "2024" #define HB_VER_ORIGIN_URL "https://harbour.github.io/" hb_compOutStd( HB_COMP_PARAM, szVer );