From 02d210581783c9e4dd41a170c241db42a465722c Mon Sep 17 00:00:00 2001 From: NSFW Date: Sun, 31 Jan 2021 00:06:01 -0800 Subject: [PATCH] Set version to 015 --- 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 b0d312a0..0b253361 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 = "015"; /// /// 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..0d283601 100644 --- a/Apps/PcmHammer/help.html +++ b/Apps/PcmHammer/help.html @@ -9,7 +9,7 @@ -

PCM Hammer Development Release

+

PCM Hammer Release 015

  1. Read This First