From 10d6dd824a332b5d80bd8edeaaaf299eae59a8dd Mon Sep 17 00:00:00 2001 From: Ivan Imanishi Date: Thu, 12 Jan 2023 13:49:37 -0300 Subject: [PATCH] SConstruct : Bumped to 10.3.8.1 --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 69aeda27b0..840b2c90b6 100644 --- a/SConstruct +++ b/SConstruct @@ -57,7 +57,7 @@ SConsignFile() ieCoreMilestoneVersion = 10 # for announcing major milestones - may contain all of the below ieCoreMajorVersion = 3 # backwards-incompatible changes ieCoreMinorVersion = 8 # new backwards-compatible features -ieCorePatchVersion = 0 # bug fixes +ieCorePatchVersion = 1 # bug fixes ieCoreVersionSuffix = "" # used for alpha/beta releases. Example: "a1", "b2", etc. ###########################################################################################