Skip to content

Commit b744303

Browse files
committed
Bump version to 10.4.8.0
1 parent b7c3993 commit b744303

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Changes

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
10.4.x.x (relative to 10.4.7.1)
1+
10.4.x.x (relative to 10.4.8.0)
2+
========
3+
4+
10.4.8.0 (relative to 10.4.7.1)
25
========
36

47
Improvements

SConstruct

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ SConsignFile()
5656

5757
ieCoreMilestoneVersion = 10 # for announcing major milestones - may contain all of the below
5858
ieCoreMajorVersion = 4 # backwards-incompatible changes
59-
ieCoreMinorVersion = 7 # new backwards-compatible features
60-
ieCorePatchVersion = 1 # bug fixes
59+
ieCoreMinorVersion = 8 # new backwards-compatible features
60+
ieCorePatchVersion = 0 # bug fixes
6161
ieCoreVersionSuffix = "" # used for alpha/beta releases. Example: "a1", "b2", etc.
6262

6363
###########################################################################################

0 commit comments

Comments
 (0)