summaryrefslogtreecommitdiff
path: root/js/src
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2020-04-20 17:20:25 +0200
committerJose <jose@zeroc.com>2020-04-20 17:20:25 +0200
commit84e61ebe2820e1ef81d54bfae1f5af9d7768f928 (patch)
treed4e942efcad398ebafba68dca01c1ad5d8a5806c /js/src
parentFix bug in C# ice_ids - Close #641 (diff)
downloadice-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.js4
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;