Skip to content

Commit 6ab6140

Browse files
committed
Prep for 4.0.7 Release
Signed-off-by: Matthew Colegate <[email protected]>
1 parent ac6baaa commit 6ab6140

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ This project uses a semver-parsable X.0.Z version number for releases, where X i
1919
Non-release versions of this project (for example on github.com/RuntimeTools/omr-agentcore) will use semver-parsable X.0.Z-dev.B version numbers, where X.0.Z is the last release with Z incremented and B is an integer. For further information on the development process go to the [appmetrics wiki][3]: [Developing](https://github.com/RuntimeTools/appmetrics/wiki/Developing).
2020

2121
## Version
22-
4.0.6
22+
4.0.7
2323

2424
## Release History
25+
`4.0.7` - z/OS fixes for JVM crashes.
2526
`4.0.6` - z/OS string conversion fix.
2627
`4.0.5` - Fixes to support Appmetrics on Alpine.
2728
`4.0.4` - Build fix for zAppmetrics, memory reporting for i.

binding.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# "externalbinariesdir%": "<(PRODUCT_DIR)/deploy/external/binaries",
66
"externalbinariesdir%": "./plugins",
77
'build_id%': '.<!(["python", "./generate_build_id.py"])',
8-
'coreversion%': '4.0.6',
8+
'coreversion%': '4.0.7',
99
"conditions": [
1010
['OS=="aix"', {
1111
"portdir": "aix",

0 commit comments

Comments
 (0)