diff options
author | Jose <jose@zeroc.com> | 2019-07-22 10:15:26 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2019-07-22 10:15:26 +0200 |
commit | 026ffd63e404100926323bc4d77274637655d090 (patch) | |
tree | 7a9960c28b35cc5284450db409ada01b5f4587a4 /js/src | |
parent | Merge remote-tracking branch 'origin/3.7' into swift (diff) | |
download | ice-026ffd63e404100926323bc4d77274637655d090.tar.bz2 ice-026ffd63e404100926323bc4d77274637655d090.tar.xz ice-026ffd63e404100926323bc4d77274637655d090.zip |
Update Ice version to 3.7.3
Diffstat (limited to 'js/src')
-rw-r--r-- | js/src/Ice/Initialize.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/src/Ice/Initialize.js b/js/src/Ice/Initialize.js index e54bfa5d971..609d59a3d3d 100644 --- a/js/src/Ice/Initialize.js +++ b/js/src/Ice/Initialize.js @@ -103,12 +103,12 @@ Ice.currentEncoding = function() Ice.stringVersion = function() { - return "3.7.2"; // "A.B.C", with A=major, B=minor, C=patch + return "3.7.3"; // "A.B.C", with A=major, B=minor, C=patch }; Ice.intVersion = function() { - return 30702; // AABBCC, with AA=major, BB=minor, CC=patch + return 30703; // AABBCC, with AA=major, BB=minor, CC=patch }; module.exports.Ice = Ice; |