Skip to content

Commit

Permalink
Update hbusage.c for the current year
Browse files Browse the repository at this point in the history
  • Loading branch information
FiveTechSoft authored Jul 17, 2024
1 parent b047f48 commit 1b2248c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/hbusage.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand Down

0 comments on commit 1b2248c

Please sign in to comment.