From 13082dc0eb6448237aec0e8fdc1ca63225a596a0 Mon Sep 17 00:00:00 2001 From: Ivan Imanishi Date: Thu, 3 Nov 2022 16:35:27 -0700 Subject: [PATCH] SConstruct : Bumped to 10.3.8.0 --- SConstruct | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SConstruct b/SConstruct index 44a7dfd1f1..69aeda27b0 100644 --- a/SConstruct +++ b/SConstruct @@ -56,8 +56,8 @@ SConsignFile() ieCoreMilestoneVersion = 10 # for announcing major milestones - may contain all of the below ieCoreMajorVersion = 3 # backwards-incompatible changes -ieCoreMinorVersion = 7 # new backwards-compatible features -ieCorePatchVersion = 2 # bug fixes +ieCoreMinorVersion = 8 # new backwards-compatible features +ieCorePatchVersion = 0 # bug fixes ieCoreVersionSuffix = "" # used for alpha/beta releases. Example: "a1", "b2", etc. ###########################################################################################