Skip to content

Commit

Permalink
Bump version to 10.5.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Feb 21, 2024
1 parent b9fc7dc commit 5dedde4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
10.5.x.x (relative to 10.5.6.1)
10.5.x.x (relative to 10.5.6.2)
========



10.5.6.2 (relative to 10.5.6.1)
========

Fixes
Expand Down
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ SConsignFile()
ieCoreMilestoneVersion = 10 # for announcing major milestones - may contain all of the below
ieCoreMajorVersion = 5 # backwards-incompatible changes
ieCoreMinorVersion = 6 # new backwards-compatible features
ieCorePatchVersion = 1 # bug fixes
ieCorePatchVersion = 2 # bug fixes
ieCoreVersionSuffix = "" # used for alpha/beta releases. Example: "a1", "b2", etc.

###########################################################################################
Expand Down

0 comments on commit 5dedde4

Please sign in to comment.