Skip to content

Commit d8da8d8

Browse files
committed
Release version 4.0.0
1 parent 6a72c0a commit d8da8d8

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-
3.2.9
22+
4.0.0
2323

2424
## Release History
25+
`4.0.0` - Fixes for z/OS API connections and semaphore reuse.
2526
`3.2.9` - Build fixes for Node 10.
2627
`3.2.8` - Initial support for iPASE systems.
2728
`3.2.7` - Bug fix - common itoa mangling decimals (Windows only).

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%': '3.2.9',
8+
'coreversion%': '4.0.0',
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 "3.2.9";
195+
return "4.0.0";
196196
}
197197

198198
void Agent::setLogLevels() {

0 commit comments

Comments
 (0)