Loading src/include/tango/common/versions.h.in +3 −0 Original line number Diff line number Diff line Loading @@ -51,6 +51,9 @@ const char *const TgLibMajorVers = XTBS(TANGO_VERSION_MAJOR); const int TgLibVersNb = (TANGO_VERSION_MAJOR * 10000) + (TANGO_VERSION_MINOR * 100) + TANGO_VERSION_PATCH; // NOLINTEND(readability-identifier-naming) #undef TBS #undef XTBS /// @brief The git revision of the source tree used to build this library. /// /// A small, helper function returning the output of the "git describe" command Loading Loading
src/include/tango/common/versions.h.in +3 −0 Original line number Diff line number Diff line Loading @@ -51,6 +51,9 @@ const char *const TgLibMajorVers = XTBS(TANGO_VERSION_MAJOR); const int TgLibVersNb = (TANGO_VERSION_MAJOR * 10000) + (TANGO_VERSION_MINOR * 100) + TANGO_VERSION_PATCH; // NOLINTEND(readability-identifier-naming) #undef TBS #undef XTBS /// @brief The git revision of the source tree used to build this library. /// /// A small, helper function returning the output of the "git describe" command Loading