Skip to content

Commit

Permalink
Set release number to 012
Browse files Browse the repository at this point in the history
  • Loading branch information
LegacyNsfw committed Mar 5, 2020
1 parent 74afa1b commit 81fb2ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Apps/PcmHammer/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,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 = "012";

/// <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 012</h1>

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

0 comments on commit 81fb2ec

Please sign in to comment.