Skip to content

Commit

Permalink
Updated version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
LegacyNsfw committed Sep 24, 2021
1 parent fbda43f commit c35c96d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Apps/PcmHammer/MainForm.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using J2534;
using J2534;
using Microsoft.Win32;
using System;
using System.Collections.Generic;
Expand Down Expand Up @@ -36,7 +36,7 @@ public partial class MainForm : MainFormBase, ILogger
///
/// If not null, use a number like "004" that matches a release branch.
/// </summary>
private const string AppVersion = null;
private const string AppVersion = "019";

/// <summary>
/// We had to move some operations to a background thread for the J2534 code as the DLL functions do not have an awaiter.
Expand Down
2 changes: 1 addition & 1 deletion Apps/PcmHammer/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</head>

<body>
<h1>PCM Hammer Development Release</h1>
<h1>PCM Hammer Release 019</h1>

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

0 comments on commit c35c96d

Please sign in to comment.