Skip to content

Commit 70537a0

Browse files
authored
Merge pull request #781 from climsoft/Version_Label_4.2.6
Version Label 4.2.6
2 parents 4c30759 + 25ea2ca commit 70537a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ClimsoftVer4/ClimsoftVer4/frmSplashScreen.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Public NotInheritable Class frmSplashScreen
4343

4444
ClsTranslations.TranslateForm(Me)
4545
'due to translations. Append the version number here
46-
lblVersion.Text = lblVersion.Text & " 4.2.5"
46+
lblVersion.Text = lblVersion.Text & " 4.2.6"
4747

4848
Timer1.Start()
4949

0 commit comments

Comments
 (0)