Skip to content

Commit 07423e5

Browse files
committed
ver bump -> 3.1.8
1 parent 44895cb commit 07423e5

File tree

6 files changed

+11
-10
lines changed

6 files changed

+11
-10
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<OutputPath_Global>__UNDEFINED__</OutputPath_Global>
44
<OutputPath_Global Condition="Exists('$(SolutionDir)OutputPath.vsmacro')">"$([System.IO.File]::ReadAllText('$(SolutionDir)OutputPath.vsmacro').trim())"</OutputPath_Global>
5-
<VersionPrefix>3.1.7.0</VersionPrefix>
5+
<VersionPrefix>3.1.8.0</VersionPrefix>
66
</PropertyGroup>
77
</Project>
88

HCMInternal/HCMInternal.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ END
5151
//
5252

5353
VS_VERSION_INFO VERSIONINFO
54-
FILEVERSION 3,1,7,0
55-
PRODUCTVERSION 3,1,7,0
54+
FILEVERSION 3,1,8,0
55+
PRODUCTVERSION 3,1,8,0
5656
FILEFLAGSMASK 0x3fL
5757
#ifdef _DEBUG
5858
FILEFLAGS 0x1L

HCMInternal/InternalPointerData.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<Entry>3.1.5.0</Entry>
1919
<Entry>3.1.6.0</Entry>
2020
<Entry>3.1.7.0</Entry>
21+
<Entry>3.1.8.0</Entry>
2122
</SupportedHCMVersions>
2223

2324

HCMInterproc/HCMInterproc.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ END
5050
//
5151

5252
VS_VERSION_INFO VERSIONINFO
53-
FILEVERSION 3,1,7,0
54-
PRODUCTVERSION 3,1,7,0
53+
FILEVERSION 3,1,8,0
54+
PRODUCTVERSION 3,1,8,0
5555
FILEFLAGSMASK 0x3fL
5656
#ifdef _DEBUG
5757
FILEFLAGS 0x1L

HCMSpeedhack/HCMSpeedhack.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ END
5050
//
5151

5252
VS_VERSION_INFO VERSIONINFO
53-
FILEVERSION 3,1,7,0
54-
PRODUCTVERSION 3,1,7,0
53+
FILEVERSION 3,1,8,0
54+
PRODUCTVERSION 3,1,8,0
5555
FILEFLAGSMASK 0x3fL
5656
#ifdef _DEBUG
5757
FILEFLAGS 0x1L

TODO.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## 3.1.8 TODO:
2-
* Fix subpixel ID copy paste/ button/ enter value etc bugs
3-
eventually: add 2904 reach save management support
1+
2+
3+
Next-> big ver 4 rework (MCCUtilities)
44

55

66

0 commit comments

Comments
 (0)