We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9160d74 commit 3b715aaCopy full SHA for 3b715aa
src/blcmm/Meta.java
@@ -44,7 +44,7 @@ public class Meta {
44
/**
45
* App version. Should follow https://semver.org/ conventions.
46
*/
47
- public static final String VERSION = "1.4.0-alpha";
+ public static final String VERSION = "1.4.0-rc.1";
48
49
50
* User data directory for storing prefs, extracted data, etc. If NAME
windows-processing/openblcmm.iss
@@ -2,7 +2,7 @@
2
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3
4
#define MyAppName "OpenBLCMM"
5
-#define MyAppVersion "1.4.0-alpha"
+#define MyAppVersion "1.4.0-rc.1"
6
#define MyAppPublisher "BLCM"
7
#define MyAppURL "https://github.com/BLCM/OpenBLCMM/"
8
#define MyAppExeName "OpenBLCMM.exe"
0 commit comments