From 2795c4151feed5569a47b4f1e3167229f7947101 Mon Sep 17 00:00:00 2001 From: Ivan Imanishi Date: Tue, 17 Oct 2023 10:02:34 -0700 Subject: [PATCH] SConstruct : Bump version to 10.5.2.1 --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 5bfcb04be7..324c3877e3 100644 --- a/SConstruct +++ b/SConstruct @@ -57,7 +57,7 @@ SConsignFile() ieCoreMilestoneVersion = 10 # for announcing major milestones - may contain all of the below ieCoreMajorVersion = 5 # backwards-incompatible changes ieCoreMinorVersion = 2 # new backwards-compatible features -ieCorePatchVersion = 0 # bug fixes +ieCorePatchVersion = 1 # bug fixes ieCoreVersionSuffix = "" # used for alpha/beta releases. Example: "a1", "b2", etc. ###########################################################################################