You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
engine: Support stack minor versions and bump to "4.1"
This should not be a breaking change, since this provides support
for versions "4", "4.0", and "4.1". The idea is that one can specify
in the stack which version you target, and cloe-engine will make
sure it's at least that recent.
For example, if a stackfile requires "4", everything still works.
If it requires "4.1", it will only work with a cloe-engine of at
least this version, which is as intended.
Bumping a version in the future will require modifying the
CLOE_STACK_VERSION and CLOE_STACK_SUPPORTED_VERSIONS defines
in stack.hpp.
0 commit comments