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