Skip to content

Commit 0fd7e0c

Browse files
committed
Set release number.
1 parent 4da0389 commit 0fd7e0c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Apps/PcmHammer/MainForm.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using J2534;
1+
using J2534;
22
using Microsoft.Win32;
33
using System;
44
using System.Collections.Generic;
@@ -36,7 +36,7 @@ public partial class MainForm : MainFormBase, ILogger
3636
///
3737
/// If not null, use a number like "004" that matches a release branch.
3838
/// </summary>
39-
private const string AppVersion = null;
39+
private const string AppVersion = "014";
4040

4141
/// <summary>
4242
/// We had to move some operations to a background thread for the J2534 code as the DLL functions do not have an awaiter.

Apps/PcmHammer/help.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</head>
1010

1111
<body>
12-
<h1>PCM Hammer Development Release</h1>
12+
<h1>PCM Hammer Release 014</h1>
1313

1414
<ol>
1515
<li><a target="_self" href="#readfirst">Read This First</a>

0 commit comments

Comments
 (0)