Skip to content

Commit ff3dcc9

Browse files
authored
Merge pull request #94 from mattcolegate/release405
Prep for release 4.0.5
2 parents 97ae29e + 4bba750 commit ff3dcc9

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
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.4
22+
4.0.5
2323

2424
## Release History
25+
`4.0.5` - Fixes to support Appmetrics on Alpine.
2526
`4.0.4` - Build fix for zAppmetrics, memory reporting for i.
2627
`4.0.3` - Remove test code due to GPL licence.
2728
`4.0.2` - Linux headless re-attach fix.

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.4',
8+
'coreversion%': '4.0.5',
99
"conditions": [
1010
['OS=="aix"', {
1111
"portdir": "aix",

src/ibmras/monitoring/agent/Agent.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ std::string Agent::getBuildDate() {
192192
}
193193

194194
std::string Agent::getVersion() {
195-
return "4.0.4";
195+
return "4.0.5";
196196
}
197197

198198
void Agent::setLogLevels() {

0 commit comments

Comments
 (0)