diff --git a/Apps/PcmHammer/MainForm.cs b/Apps/PcmHammer/MainForm.cs index 2856c9da..52a64348 100644 --- a/Apps/PcmHammer/MainForm.cs +++ b/Apps/PcmHammer/MainForm.cs @@ -37,7 +37,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 = "012"; /// /// 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 19bf92b3..a52716f8 100644 --- a/Apps/PcmHammer/help.html +++ b/Apps/PcmHammer/help.html @@ -9,7 +9,7 @@ -

PCM Hammer Development Release

+

PCM Hammer Release 012

  1. Read This First