Skip to content

Commit e92c32d

Browse files
committed
Okay, let's release v1.4.0
1 parent 3893601 commit e92c32d

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

README-developing.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,7 @@ section.
189189
2. "Clean and Build" the project from Netbeans. This will produce
190190
`store/OpenBLCMM.jar` at the end.
191191
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.
194193
1. Push the tag with `git push --tags`
195194
4. Transfer `store/OpenBLCMM.jar` to Windows VM (also in the `store` directory)
196195
1. On Windows VM, start a Visual Studio "x64 Native Tools Command Prompt" and

src/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
OpenBLCMM Changelog
22
===================
33

4-
**v1.4.0** Unreleased
4+
**v1.4.0** August 20, 2023
55
- Settings changes:
66
- Added a new "Input" settings tab to configure mouse-click behavior in code
77
edit windows and Object Explorer:

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

0 commit comments

Comments
 (0)