Skip to content

Commit

Permalink
Updated version number and release date
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulHummelRESPEC committed Oct 25, 2019
1 parent ef7e954 commit 4c180cd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Imports System.Runtime.InteropServices
' TODO: Review the values of the assembly attributes


<Assembly: AssemblyTitle("PKFQWin_2019-10-01")>
<Assembly: AssemblyTitle("PKFQWin_2019-10-24")>
<Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("RESPEC")>
<Assembly: AssemblyProduct("")>
Expand All @@ -28,6 +28,6 @@ Imports System.Runtime.InteropServices
' You can specify all the values or you can default the Build and Revision Numbers
' by using the '*' as shown below:

<Assembly: AssemblyVersion("7.2.*")>
<Assembly: AssemblyVersion("7.3.*")>


2 changes: 1 addition & 1 deletion frmPeakfq.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frmPeakfq.vb
Original file line number Diff line number Diff line change
Expand Up @@ -2500,7 +2500,7 @@ SkipPoint:
lLOTestStr = "Multiple Grubbs-Beck"
End If

Dim lWarning As String = "ANALYSIS INFO:" & vbCrLf & "Peakfq v 7.2 run " & System.DateTime.Now & vbCrLf &
Dim lWarning As String = "ANALYSIS INFO:" & vbCrLf & "Peakfq v 7.3 run " & System.DateTime.Now & vbCrLf &
PfqPrj.Stations(lStnInd).AnalysisOption & " using " & lSkewOptionText & " Skew option" & vbCrLf &
DoubleToString(CDbl(lSkew), , , , , 3) & " = Skew (G); " '& vbCrLf
If PfqPrj.Stations(lStnInd).SkewOpt <> 1 Then
Expand Down

0 comments on commit 4c180cd

Please sign in to comment.