Minor updates for 1.0 release

This commit is contained in:
MikeMaximus
2016-12-05 10:23:31 -06:00
parent 229afa92fd
commit 68855077cf
6 changed files with 13 additions and 30 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ Public Class mgrCommon
Public Shared ReadOnly Property AppVersion As Integer
Get
Return (My.Application.Info.Version.Major * 100) + My.Application.Info.Version.Minor
Return (My.Application.Info.Version.Major * 100) + (My.Application.Info.Version.Minor * 10) + My.Application.Info.Version.Build
End Get
End Property