summaryrefslogtreecommitdiffstats
path: root/win/Handbrake/frmSplashScreen.vb
diff options
context:
space:
mode:
Diffstat (limited to 'win/Handbrake/frmSplashScreen.vb')
-rw-r--r--win/Handbrake/frmSplashScreen.vb3
1 files changed, 3 insertions, 0 deletions
diff --git a/win/Handbrake/frmSplashScreen.vb b/win/Handbrake/frmSplashScreen.vb
index e25725a6e..4c7f4ab3f 100644
--- a/win/Handbrake/frmSplashScreen.vb
+++ b/win/Handbrake/frmSplashScreen.vb
@@ -30,7 +30,10 @@ Public NotInheritable Class frmSplashScreen
'Copyright info
'CLIV.Text = My.Application.Info.Copyright
+ Version.Text = "Version: " & My.Settings.HandbrakeGUIVersion & " (beta)"
+ CLIV.Text = "Windows CLI Version: " & My.Settings.HandbrakeCLIVersion
End Sub
+
End Class