Skip to content

Commit 3b715aa

Browse files
committed
Okay, I think I'm cutting v1.4.0-rc.1
1 parent 9160d74 commit 3b715aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.4.0-alpha";
47+
public static final String VERSION = "1.4.0-rc.1";
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.4.0-alpha"
5+
#define MyAppVersion "1.4.0-rc.1"
66
#define MyAppPublisher "BLCM"
77
#define MyAppURL "https://github.com/BLCM/OpenBLCMM/"
88
#define MyAppExeName "OpenBLCMM.exe"

0 commit comments

Comments
 (0)