Quick Links:

bal | bbl | bdl | bsl

Defines

bslscm_versiontag.h File Reference

Provide versioning information for the bsl package group. More...

Go to the source code of this file.

Defines

#define BSL_VERSION_MAJOR   3
#define BSL_VERSION_MINOR   115
#define BSL_MAKE_VERSION(major, minor)
#define BSL_GET_VERSION_MAJOR(version)   ((version / 1000000) % 100)
#define BSL_GET_VERSION_MINOR(version)   ((version / 100) % 10000)
#define BSL_VERSION

Detailed Description


Define Documentation

#define BSL_VERSION_MAJOR   3
#define BSL_VERSION_MINOR   115
#define BSL_MAKE_VERSION (   major,
  minor 
)
Value:
((major) * 1000000 \
                                      + (minor) *     100)
#define BSL_GET_VERSION_MAJOR (   version  )     ((version / 1000000) % 100)
#define BSL_GET_VERSION_MINOR (   version  )     ((version / 100) % 10000)
#define BSL_VERSION