diff options
author | Jose <jose@zeroc.com> | 2020-04-20 17:20:25 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2020-04-20 17:20:25 +0200 |
commit | 84e61ebe2820e1ef81d54bfae1f5af9d7768f928 (patch) | |
tree | d4e942efcad398ebafba68dca01c1ad5d8a5806c /js/src | |
parent | Fix bug in C# ice_ids - Close #641 (diff) | |
download | ice-84e61ebe2820e1ef81d54bfae1f5af9d7768f928.tar.bz2 ice-84e61ebe2820e1ef81d54bfae1f5af9d7768f928.tar.xz ice-84e61ebe2820e1ef81d54bfae1f5af9d7768f928.zip |
Update version to 3.7.4
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 609d59a3d3d..ff7dce1a5f8 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.3"; // "A.B.C", with A=major, B=minor, C=patch + return "3.7.4"; // "A.B.C", with A=major, B=minor, C=patch }; Ice.intVersion = function() { - return 30703; // AABBCC, with AA=major, BB=minor, CC=patch + return 30704; // AABBCC, with AA=major, BB=minor, CC=patch }; module.exports.Ice = Ice; |