Bundt Scripting Reference · Bundt Scripting Language version 1.0.1.0

Version data type

Since Bundt supports model versioning , you often need to express version values in scripting.

A version value is always expressed as a four integers separated by dots and enclosed in single quotes.

Syntax

'Major.Minor.Build.Revision'

Element Notes
Major Unsigned short integer that indicates very large changes in the model. Increase this only when you perform large changes that deeply alter the model and break backwards compatibility.
Minor Unsigned short integer that indicates significant changes in the model. Increase this only when you perform changes that alter the model significantly and break backwards compatibility.
Build Unsigned short integer that indicates small changes in the model. Increase this when you perform changes that alter a small part of the model and break backwards compatibility in a manner that is easy to fix.
Revision Unsigned short integer that indicates cosmetic changes in the model. Increase this when you perform changes that do not affect the structure of the model and do not break backwards compatibility.

Examples

Intent Code
Create a type model with a given version create type model MyModel version '0.8.0.1';

See Also

  • n/a

Contents distributed under a Creative Commons Attribution 4.0 International License · About · Terms of Use · Contact Us · last updated on 08 October 2020