Package: nx-libs
Version: 3.5.0-27
It would be desirable to add some versions to be able to get the
version of the
NXComp library.
These should be defined in NX.h, to be used from other clients,
and
Attached is a patch that defines the following functions:
extern const char* NXVersion();
extern int NXMajorVersion();
extern int NXMinorVersion();
extern int NXPatchVersion();
In the patch assigned the VERSION has been set to 3.5.28, just to
highlight that
it would be good to change the VERSION of nxcomp whenever a patch
is applied
to the code.
Regards,
Nito