From 38cecfcf83521167b5db553da1c05612d88923cb Mon Sep 17 00:00:00 2001 From: Joe George Date: Mon, 15 Feb 2021 09:51:16 -0500 Subject: Update version to v3.8.0 --- js/src/Ice/Initialize.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js/src') diff --git a/js/src/Ice/Initialize.js b/js/src/Ice/Initialize.js index 658ec591113..88877439b91 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.5"; // "A.B.C", with A=major, B=minor, C=patch + return "3.8.0-alpha.0"; // "A.B.C", with A=major, B=minor, C=patch }; Ice.intVersion = function() { - return 30705; // AABBCC, with AA=major, BB=minor, CC=patch + return 30800; // AABBCC, with AA=major, BB=minor, CC=patch }; module.exports.Ice = Ice; -- cgit v1.2.3