File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
OpenBLCMM Changelog
2
2
===================
3
3
4
+ ** v1.3.1** May 14, 2023
5
+ - Fixed Wilhelm string (` GD_Enforcer_Streaming ` ) in hotfix editing dialog
6
+
4
7
** v1.3.0** May 12, 2023
5
8
- Renamed to OpenBLCMM
6
9
- Added Tiny Tina's Assault on Dragon Keep support
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ public class Meta {
44
44
/**
45
45
* App version. Should follow https://semver.org/ conventions.
46
46
*/
47
- public static final String VERSION = "1.3.0 " ;
47
+ public static final String VERSION = "1.3.1 " ;
48
48
49
49
/**
50
50
* User data directory for storing prefs, extracted data, etc. If NAME
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ public enum PatchType {
156
156
"a" ,
157
157
new String [] {
158
158
"GD_Gladiator_Streaming" ,
159
- "GD_Enforce_Streaming " ,
159
+ "GD_Enforcer_Streaming " ,
160
160
"GD_Lawbringer_Streaming" ,
161
161
"GD_Prototype_Streaming" ,
162
162
"Quince_Doppel_Streaming" ,
Original file line number Diff line number Diff line change 2
2
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3
3
4
4
#define MyAppName " OpenBLCMM"
5
- #define MyAppVersion " 1.3.0 "
5
+ #define MyAppVersion " 1.3.1 "
6
6
#define MyAppPublisher " BLCM"
7
7
#define MyAppURL " https://github.com/BLCM/OpenBLCMM/"
8
8
#define MyAppExeName " OpenBLCMM.exe"
@@ -91,7 +91,7 @@ Filename: "{tmp}\VC_redist.x64.exe"; \
91
91
92
92
[Code]
93
93
function VC2022RedistNeedsInstall : Boolean;
94
- var
94
+ var
95
95
instVersionStrRaw, instVersionStr, reqVersionStr: String;
96
96
instVersion, reqVersion: Int64;
97
97
begin
@@ -131,7 +131,7 @@ begin
131
131
Result := True;
132
132
end
133
133
end
134
- else
134
+ else
135
135
begin
136
136
// Not even an old version installed
137
137
Log(' VC Redist Version Check : No installed vcredist found' );
You can’t perform that action at this time.
0 commit comments