Skip to content

Commit bb4a40f

Browse files
committed
3.0.4 ver bump
1 parent fdb0fbe commit bb4a40f

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-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.0.3.0</VersionPrefix>
5+
<VersionPrefix>3.0.4.0</VersionPrefix>
66
</PropertyGroup>
77
</Project>
88

HCMExternal/ExternalPointerData.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Root>
44
<!--If current HCM version isn't one of these, the user will be prompted that an update is available-->
55
<LatestHCMVersions>
6-
<Entry>3.0.3.0</Entry>
6+
<Entry>3.0.4.0</Entry>
77
</LatestHCMVersions>
88

99
<!--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,0,3,0
55-
PRODUCTVERSION 3,0,3,0
54+
FILEVERSION 3,0,4,0
55+
PRODUCTVERSION 3,0,4,0
5656
FILEFLAGSMASK 0x3fL
5757
#ifdef _DEBUG
5858
FILEFLAGS 0x1L

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,0,3,0
54-
PRODUCTVERSION 3,0,3,0
53+
FILEVERSION 3,0,4,0
54+
PRODUCTVERSION 3,0,4,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,0,3,0
54-
PRODUCTVERSION 3,0,3,0
53+
FILEVERSION 3,0,4,0
54+
PRODUCTVERSION 3,0,4,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)