Skip to content

Commit

Permalink
Prep for 4.0.7 Release
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Colegate <COLEGATE@uk.ibm.com>
  • Loading branch information
mattcolegate committed May 27, 2021
1 parent ac6baaa commit 6ab6140
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ This project uses a semver-parsable X.0.Z version number for releases, where X i
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).

## Version
4.0.6
4.0.7

## Release History
`4.0.7` - z/OS fixes for JVM crashes.
`4.0.6` - z/OS string conversion fix.
`4.0.5` - Fixes to support Appmetrics on Alpine.
`4.0.4` - Build fix for zAppmetrics, memory reporting for i.
Expand Down
2 changes: 1 addition & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# "externalbinariesdir%": "<(PRODUCT_DIR)/deploy/external/binaries",
"externalbinariesdir%": "./plugins",
'build_id%': '.<!(["python", "./generate_build_id.py"])',
'coreversion%': '4.0.6',
'coreversion%': '4.0.7',
"conditions": [
['OS=="aix"', {
"portdir": "aix",
Expand Down

0 comments on commit 6ab6140

Please sign in to comment.