Skip to content

Commit f0eced4

Browse files
committed
Added version number to Info page
1 parent ffa31c7 commit f0eced4

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

WindowsApp1/Compact.vb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Imports System.Text.RegularExpressions
44
Imports Ookii.Dialogs 'Uses Ookii Dialogs for the non-archaic filebrowser dialog. http://www.ookii.org/Software/Dialogs
55

66
Public Class Compact
7-
7+
Dim version = "1.0.1"
88
Private WithEvents MyProcess As Process
99
Private Delegate Sub AppendOutputTextDelegate(ByVal text As String)
1010

@@ -593,6 +593,7 @@ Public Class Compact
593593
End Sub
594594

595595
Private Sub Label13_Click(sender As Object, e As EventArgs) Handles Label13.Click
596+
Info.semVersion.Text = "Version: " + version
596597
Info.Show()
597598

598599
End Sub

WindowsApp1/Info.Designer.vb

Lines changed: 16 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)