File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -189,8 +189,7 @@ section.
189
189
2 . "Clean and Build" the project from Netbeans. This will produce
190
190
` store/OpenBLCMM.jar ` at the end.
191
191
1 . Do one more quick spot-check that the built Jar works (` java -jar OpenBLCMM.jar ` )
192
- 3 . Tag the release in git. * (Not actually doing that for the current
193
- "beta" releases)*
192
+ 3 . Tag the release in git.
194
193
1 . Push the tag with ` git push --tags `
195
194
4 . Transfer ` store/OpenBLCMM.jar ` to Windows VM (also in the ` store ` directory)
196
195
1 . On Windows VM, start a Visual Studio "x64 Native Tools Command Prompt" and
Original file line number Diff line number Diff line change 1
1
OpenBLCMM Changelog
2
2
===================
3
3
4
- ** v1.4.0** Unreleased
4
+ ** v1.4.0** August 20, 2023
5
5
- Settings changes:
6
6
- Added a new "Input" settings tab to configure mouse-click behavior in code
7
7
edit windows and Object Explorer:
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.4.0-rc.1 " ;
47
+ public static final String VERSION = "1.4.0" ;
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 2
2
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3
3
4
4
#define MyAppName " OpenBLCMM"
5
- #define MyAppVersion " 1.4.0-rc.1 "
5
+ #define MyAppVersion " 1.4.0"
6
6
#define MyAppPublisher " BLCM"
7
7
#define MyAppURL " https://github.com/BLCM/OpenBLCMM/"
8
8
#define MyAppExeName " OpenBLCMM.exe"
You can’t perform that action at this time.
0 commit comments