Skip to content

Commit

Permalink
Add new VPM COM Version method including build number #133
Browse files Browse the repository at this point in the history
  • Loading branch information
JockeJarre committed Mar 2, 2025
1 parent 965933c commit 1226307
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions b2sbackglassserver/b2sbackglassserver/Server.vb
Original file line number Diff line number Diff line change
Expand Up @@ -388,13 +388,9 @@ Public Class Server
End Get
End Property

Public ReadOnly Property VPMBuildVersion() As String
Public ReadOnly Property PMBuildVersion() As Double
Get
Try
Return VPinMAME.FullVersion
Catch ex As Exception
Return VPinMAME.Version
End Try
Return VPinMAME.PMBuildVersion
End Get
End Property

Expand Down

0 comments on commit 1226307

Please sign in to comment.