File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33<!-- version list -->
44
5+ ## v1.2.4 (2026-03-24)
6+
7+ ### Bug Fixes
8+
9+ - Fix extension semantic tag
10+ ([ ` a564e4e ` ] ( https://github.com/KitwareMedical/SlicerLayerDisplayableManager/commit/a564e4e709a7921982f58af5f41895de5968acd7 ) )
11+
12+
513## v1.2.3 (2026-03-18)
614
715### Bug Fixes
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ include(${Slicer_USE_FILE})
1414
1515#-----------------------------------------------------------------------------
1616# Extension version (auto updated by semantic version)
17- set (LayerDM_VERSION "v0.0.0 " )
17+ set (LayerDM_VERSION "v1.2.4 " )
1818
1919string (SUBSTRING "${LayerDM_VERSION} " 1 -1 LayerDM_VERSION) # remove first character
2020string (REPLACE "." ";" version_components "${LayerDM_VERSION} " ) # this creates a list
You can’t perform that action at this time.
0 commit comments