File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ public class Meta {
4444 /**
4545 * App version. Should follow https://semver.org/ conventions.
4646 */
47- public static final String VERSION = "1.3.0-rc.2 " ;
47+ public static final String VERSION = "1.3.0-rc.3 " ;
4848
4949 /**
5050 * User data directory for storing prefs, extracted data, etc. If NAME
Original file line number Diff line number Diff line change 22; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33
44#define MyAppName " OpenBLCMM"
5- #define MyAppVersion " 1.3.0-rc.2 "
5+ #define MyAppVersion " 1.3.0-rc.3 "
66#define MyAppPublisher " BLCM"
77#define MyAppURL " https://github.com/BLCM/OpenBLCMM/"
88#define MyAppExeName " OpenBLCMM.exe"
@@ -142,4 +142,4 @@ begin
142142 Log(' VC Redist Version Check : Extracting VC Redist package' );
143143 ExtractTemporaryFile(' VC_redist.x64.exe' );
144144 end ;
145- end ;
145+ end ;
You can’t perform that action at this time.
0 commit comments