Quick Links:

bal | bbl | bdl | bsl

Classes | Namespaces | Defines

balscm_version.h File Reference

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

Go to the source code of this file.

Classes

struct  balscm::Version

Namespaces

namespace  balscm

Defines

#define BALSCM_CONCAT2(a, b, c, d, e, f)   a ## b ## c ## d ## e ## f
#define BALSCM_CONCAT(a, b, c, d, e, f)   BALSCM_CONCAT2(a,b,c,d,e,f)
#define BALSCM_S_VERSION

Detailed Description


Define Documentation

#define BALSCM_CONCAT2 (   a,
  b,
  c,
  d,
  e,
  f 
)    a ## b ## c ## d ## e ## f
#define BALSCM_CONCAT (   a,
  b,
  c,
  d,
  e,
  f 
)    BALSCM_CONCAT2(a,b,c,d,e,f)
#define BALSCM_S_VERSION
Value:
BALSCM_CONCAT(s_version_BAL_,       \
                                       BAL_VERSION_MAJOR, _, \
                                       BAL_VERSION_MINOR, _, \
                                       compiled_this_object)