From 575654f9f41b9708e41a7b656947685868300cbe Mon Sep 17 00:00:00 2001 From: NSFW Date: Sat, 14 May 2022 11:36:14 -0700 Subject: [PATCH] Updated version for release. --- Apps/PcmHammer/MainForm.cs | 4 ++-- Apps/PcmHammer/help.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Apps/PcmHammer/MainForm.cs b/Apps/PcmHammer/MainForm.cs index 1f22f6d8..5a9e38c2 100644 --- a/Apps/PcmHammer/MainForm.cs +++ b/Apps/PcmHammer/MainForm.cs @@ -1,4 +1,4 @@ -using CommandLine; +using CommandLine; using J2534; using Microsoft.Win32; using System; @@ -74,7 +74,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 = "021"; /// /// 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 ed1a19cd..bae358f5 100644 --- a/Apps/PcmHammer/help.html +++ b/Apps/PcmHammer/help.html @@ -9,7 +9,7 @@ -

PCM Hammer Development Release

+

PCM Hammer Release 021

  1. Read This First