Quick Links:

bal | bbl | bdl | bsl

Classes | Namespaces | Defines

bblscm_version.h File Reference

Provide source control management (versioning) information. More...

Go to the source code of this file.

Classes

struct  bblscm::Version

Namespaces

namespace  bblscm

Defines

#define BBLSCM_CONCAT2(a, b, c, d, e, f)   a ## b ## c ## d ## e ## f
#define BBLSCM_CONCAT(a, b, c, d, e, f)   BBLSCM_CONCAT2(a,b,c,d,e,f)
#define BBLSCM_D_VERSION

Detailed Description


Define Documentation

#define BBLSCM_CONCAT2 (   a,
  b,
  c,
  d,
  e,
  f 
)    a ## b ## c ## d ## e ## f
#define BBLSCM_CONCAT (   a,
  b,
  c,
  d,
  e,
  f 
)    BBLSCM_CONCAT2(a,b,c,d,e,f)
#define BBLSCM_D_VERSION
Value:
BBLSCM_CONCAT(s_version_BBL_,       \
                                       BBL_VERSION_MAJOR, _, \
                                       BBL_VERSION_MINOR, _, \
                                       compiled_this_object)