XMI_FILE_VERSION in umbrello/version.h
Oliver Kellogg
olivermkellogg at gmail.com
Sun Sep 27 16:38:00 BST 2020
Hi,
While working on https://bugs.kde.org/show_bug.cgi?id=73847
I see the following in umbrello/version.h :
#if defined(ENABLE_WIDGET_SHOW_DOC) || defined(ENABLE_XMIRESOLUTION)
#define XMI_FILE_VERSION "1.6.19"
#else
#define XMI_FILE_VERSION "1.6.18"
#endif
I'm not sure how to update the XMI_FILE_VERSION for the added elements
<UML:ModelElement.taggedValues>
<UML:TaggedValue>
proposed in bug 73847 comment 21 (as well as the <UML:Attribute>s
optionally nested in <UML:Stereotype> proposed in comment 20).
Is it okay to do this work on the master branch?
Regards,
Oliver
More information about the umbrello-devel
mailing list