From 0fd7e0cd8779981d82830c78dc3821e7d25ffb44 Mon Sep 17 00:00:00 2001 From: NSFW Date: Fri, 17 Apr 2020 12:44:57 -0700 Subject: [PATCH] Set release number. --- 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 4cc73d59..b3f4afbc 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 = "014"; /// /// 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 2007435c..1fa78fb9 100644 --- a/Apps/PcmHammer/help.html +++ b/Apps/PcmHammer/help.html @@ -9,7 +9,7 @@ -

PCM Hammer Development Release

+

PCM Hammer Release 014

  1. Read This First