Skip to content

Commit b518a50

Browse files
antoclaude
authored andcommitted
fix: update About dialog version to 1.4.2 on all platforms
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 818a747 commit b518a50

5 files changed

Lines changed: 3 additions & 3 deletions

File tree

bin/HbBuilder

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

source/hbbuilder_linux.prg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4103,7 +4103,7 @@ static function ShowAbout()
41034103

41044104
local cMsg := ""
41054105

4106-
cMsg += "Harbour Builder 1.0" + Chr(10)
4106+
cMsg += "Harbour Builder 1.4.2" + Chr(10)
41074107
cMsg += "Visual development environment for Harbour" + Chr(10)
41084108
cMsg += Chr(10)
41094109
cMsg += "(c) 2025-2026 The Harbour Project" + Chr(10)

source/hbbuilder_macos.prg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5510,7 +5510,7 @@ static function ShowAbout()
55105510

55115511
local cMsg := ""
55125512

5513-
cMsg += "Harbour Builder 1.0" + Chr(10)
5513+
cMsg += "Harbour Builder 1.4.2" + Chr(10)
55145514
cMsg += "Visual development environment for Harbour" + Chr(10)
55155515
cMsg += Chr(10)
55165516
cMsg += "(c) 2025-2026 The Harbour Project" + Chr(10)

source/hbbuilder_win.prg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6940,7 +6940,7 @@ static function ShowAbout()
69406940
69416941
local cMsg := ""
69426942
6943-
cMsg += "Harbour Builder 1.0" + Chr(10)
6943+
cMsg += "Harbour Builder 1.4.2" + Chr(10)
69446944
cMsg += "Visual development environment for Harbour" + Chr(10)
69456945
cMsg += Chr(10)
69466946
cMsg += "(c) 2025-2026 The Harbour Project" + Chr(10)

0 commit comments

Comments
 (0)