Skip to content

Commit 352e0c9

Browse files
committed
ver bump -> 3.1.6
1 parent 6182121 commit 352e0c9

File tree

8 files changed

+11
-9
lines changed

8 files changed

+11
-9
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.5.0</VersionPrefix>
5+
<VersionPrefix>3.1.6.0</VersionPrefix>
66
</PropertyGroup>
77
</Project>
88

HCMExternal/ExternalPointerData.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<!--IMPORTANT! Must update in both External AND Internal xmls-->
66
<LatestHCMVersions>
77
<Entry>3.1.5.0</Entry>
8+
<Entry>3.1.6.0</Entry>
89
</LatestHCMVersions>
910

1011
<!--If the current HCM is one of these, HCM will refuse to start and the user will be prompted to update-->

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,5,0
55-
PRODUCTVERSION 3,1,5,0
54+
FILEVERSION 3,1,6,0
55+
PRODUCTVERSION 3,1,6,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
@@ -15,6 +15,7 @@
1515
<!--IMPORTANT! Must update in both External AND Internal xmls-->
1616
<SupportedHCMVersions>
1717
<Entry>3.1.5.0</Entry>
18+
<Entry>3.1.6.0</Entry>
1819
</SupportedHCMVersions>
1920

2021

HCMInternal/ViewAngleLineList.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ struct ViewAngleLineList {
7575
}
7676
#else
7777

78-
ViewAngleLineList()
78+
ViewAngleLineList() = default;
7979
#endif
8080

8181

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,5,0
54-
PRODUCTVERSION 3,1,5,0
53+
FILEVERSION 3,1,6,0
54+
PRODUCTVERSION 3,1,6,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,5,0
54-
PRODUCTVERSION 3,1,5,0
53+
FILEVERSION 3,1,6,0
54+
PRODUCTVERSION 3,1,6,0
5555
FILEFLAGSMASK 0x3fL
5656
#ifdef _DEBUG
5757
FILEFLAGS 0x1L

OutputPath.vsmacro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
C:\\Users\\mauri\\source\\repos\\HaloCheckpointManager4\\HCMExternal\\bin\\x64\\Debug\\net7.0-windows
1+
C:\\Users\\mauri\\source\\repos\\HaloCheckpointManager4\\HCMExternal\\bin\\x64\\Release\\net7.0-windows

0 commit comments

Comments
 (0)