Skip to content

Commit 652e97f

Browse files
committed
May as well cut v1.3.0-rc.2
1 parent 0a1ae06 commit 652e97f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
/store/Output
99
/store/compiled
1010
/store/*.dll
11+
/store/archive
1112

1213
# OpenBLCMM user-data files
1314
/blcmm_logs/

src/blcmm/Meta.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.1";
47+
public static final String VERSION = "1.3.0-rc.2";
4848

4949
/**
5050
* User data directory for storing prefs, extracted data, etc. If NAME

windows-processing/openblcmm.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "OpenBLCMM"
5-
#define MyAppVersion "1.3.0-rc.1"
5+
#define MyAppVersion "1.3.0-rc.2"
66
#define MyAppPublisher "BLCM"
77
#define MyAppURL "https://github.com/BLCM/OpenBLCMM/"
88
#define MyAppExeName "OpenBLCMM.exe"

0 commit comments

Comments
 (0)