diff --git a/Apps/PcmHammer/MainForm.cs b/Apps/PcmHammer/MainForm.cs index b0d312a0..08049dc6 100644 --- a/Apps/PcmHammer/MainForm.cs +++ b/Apps/PcmHammer/MainForm.cs @@ -1,4 +1,4 @@ -using J2534; +using J2534; using Microsoft.Win32; using System; using System.Collections.Generic; @@ -36,7 +36,7 @@ public partial class MainForm : MainFormBase, ILogger /// /// If not null, use a number like "004" that matches a release branch. /// - private const string AppVersion = null; + private const string AppVersion = "019"; /// /// We had to move some operations to a background thread for the J2534 code as the DLL functions do not have an awaiter. diff --git a/Apps/PcmHammer/help.html b/Apps/PcmHammer/help.html index e7d2a493..9fef6129 100644 --- a/Apps/PcmHammer/help.html +++ b/Apps/PcmHammer/help.html @@ -9,7 +9,7 @@ -

PCM Hammer Development Release

+

PCM Hammer Release 019

  1. Read This First